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)) if (isDesktop(context))
IconButton( IconButton(
tooltip: localization.preview, tooltip: localization.preview,
icon: Icon( icon: Icon(Icons.chrome_reader_mode),
Icons.chrome_reader_mode,
color: prefState.isPreviewEnabled &&
!prefState.enableDarkMode
? state.accentColor
: null,
),
onPressed: () { onPressed: () {
store.dispatch(UpdateUserPreferences( store.dispatch(UpdateUserPreferences(
isPreviewEnabled: isPreviewEnabled: