diff --git a/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart b/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart index 6b1205c8..e114f46a 100644 --- a/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart +++ b/app/lib/features/geckoview/features/readerview/presentation/widgets/reader_button.dart @@ -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(