Fix QR scan success icon

This commit is contained in:
Adam Velebil 2024-04-10 17:51:02 +02:00
parent 588bb0791a
commit c948520ec9
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -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();