change reader icon color

This commit is contained in:
Fabian Freund
2026-02-02 04:18:44 +01:00
parent f109dfac7a
commit e8af5f8171
@@ -60,7 +60,7 @@ class ReaderButton extends HookConsumerWidget {
? Icon(MdiIcons.bookOpen, color: Theme.of(context).colorScheme.primary)
: Icon(
MdiIcons.bookOpenOutline,
color: Theme.of(context).colorScheme.onSurface,
color: Theme.of(context).colorScheme.onSurfaceVariant,
);
return Visibility(