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 13dfba136..74c384b13 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) |