change reader icon color
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class ReaderButton extends HookConsumerWidget {
|
|||||||
? Icon(MdiIcons.bookOpen, color: Theme.of(context).colorScheme.primary)
|
? Icon(MdiIcons.bookOpen, color: Theme.of(context).colorScheme.primary)
|
||||||
: Icon(
|
: Icon(
|
||||||
MdiIcons.bookOpenOutline,
|
MdiIcons.bookOpenOutline,
|
||||||
color: Theme.of(context).colorScheme.onSurface,
|
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
||||||
);
|
);
|
||||||
|
|
||||||
return Visibility(
|
return Visibility(
|
||||||
|
|||||||
Reference in New Issue
Block a user