From 354841a175e66366fc7ec7eca5738dc182ebd5f0 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 26 Sep 2021 19:08:10 +0300 Subject: [PATCH] Adjust UI --- lib/ui/app/app_bottom_bar.dart | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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: