Adjust UI

This commit is contained in:
Hillel Coren 2021-09-26 19:08:10 +03:00
parent 51276b0907
commit 354841a175
1 changed files with 1 additions and 7 deletions

View File

@ -402,13 +402,7 @@ class _AppBottomBarState extends State<AppBottomBar> {
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: