mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: made cursor grab and background color when hovering on Appearance Options Buttons (#3498)
This commit is contained in:
parent
1b966171c4
commit
593df96b10
@ -30,8 +30,8 @@ class ColorSchemeSetting extends StatelessWidget {
|
|||||||
label: LocaleKeys.settings_appearance_theme.tr(),
|
label: LocaleKeys.settings_appearance_theme.tr(),
|
||||||
onResetRequested: context.read<AppearanceSettingsCubit>().resetTheme,
|
onResetRequested: context.read<AppearanceSettingsCubit>().resetTheme,
|
||||||
trailing: [
|
trailing: [
|
||||||
ColorSchemeUploadOverlayButton(bloc: bloc),
|
|
||||||
ColorSchemeUploadPopover(currentTheme: currentTheme, bloc: bloc),
|
ColorSchemeUploadPopover(currentTheme: currentTheme, bloc: bloc),
|
||||||
|
ColorSchemeUploadOverlayButton(bloc: bloc),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -106,6 +106,7 @@ class _ThemeValueDropDownState extends State<ThemeValueDropDown> {
|
|||||||
widget.currentValue,
|
widget.currentValue,
|
||||||
fontColor: Theme.of(context).colorScheme.onBackground,
|
fontColor: Theme.of(context).colorScheme.onBackground,
|
||||||
fillColor: Colors.transparent,
|
fillColor: Colors.transparent,
|
||||||
|
onPressed: () {},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user