mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Fix QR scan success icon
This commit is contained in:
parent
588bb0791a
commit
c948520ec9
@ -122,6 +122,8 @@ class _OverlayPainter extends CustomPainter {
|
||||
style: TextStyle(
|
||||
fontSize: iconSize,
|
||||
fontFamily: icon.fontFamily,
|
||||
fontVariations: const [FontVariation('FILL', 1)],
|
||||
package: icon.fontPackage,
|
||||
color: color.withAlpha(240),
|
||||
));
|
||||
iconPainter.layout();
|
||||
|
Loading…
Reference in New Issue
Block a user