replaced outlined locks

This commit is contained in:
Vadim 2024-05-07 19:06:42 +02:00
parent 26752073f6
commit 1ae8b0913e
2 changed files with 1 additions and 1 deletions

View file

@ -60,7 +60,7 @@ class ReadingValueContainer extends StatelessWidget implements AnimatedDialogClo
top: 0, top: 0,
right: 0, right: 0,
child: Icon( child: Icon(
Icons.lock_outline, Icons.lock,
size: Theme.of(context).textTheme.labelMedium!.fontSize, size: Theme.of(context).textTheme.labelMedium!.fontSize,
color: Theme.of(context).colorScheme.onPrimaryContainer, color: Theme.of(context).colorScheme.onPrimaryContainer,
), ),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 854 KiB

After

Width:  |  Height:  |  Size: 854 KiB