diff options
Diffstat (limited to 'vendor/chillerlan/php-qrcode/src/QROptionsTrait.php')
-rw-r--r-- | vendor/chillerlan/php-qrcode/src/QROptionsTrait.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/chillerlan/php-qrcode/src/QROptionsTrait.php b/vendor/chillerlan/php-qrcode/src/QROptionsTrait.php index 74c384b13..13dfba136 100644 --- a/vendor/chillerlan/php-qrcode/src/QROptionsTrait.php +++ b/vendor/chillerlan/php-qrcode/src/QROptionsTrait.php @@ -140,12 +140,12 @@ trait QROptionsTrait{ /** * string substitute for dark */ - protected string $textDark = '🔴'; + protected string $textDark = '██'; /** * string substitute for light */ - protected string $textLight = 'â•'; + protected string $textLight = 'â–‘â–‘'; /** * markup substitute for dark (CSS value) |