diff --git a/lib/ui/app/app_bottom_bar.dart b/lib/ui/app/app_bottom_bar.dart index e9b0e0fbf..2c7336f6b 100644 --- a/lib/ui/app/app_bottom_bar.dart +++ b/lib/ui/app/app_bottom_bar.dart @@ -402,13 +402,7 @@ class _AppBottomBarState extends State { if (isDesktop(context)) IconButton( tooltip: localization.preview, - icon: Icon( - Icons.chrome_reader_mode, - color: prefState.isPreviewEnabled && - !prefState.enableDarkMode - ? state.accentColor - : null, - ), + icon: Icon(Icons.chrome_reader_mode), onPressed: () { store.dispatch(UpdateUserPreferences( isPreviewEnabled: