mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: update the color of the selection menu item
This commit is contained in:
parent
95ec607482
commit
84ea888c73
@ -23,7 +23,10 @@ EditorStyle customEditorTheme(BuildContext context) {
|
||||
fontFamily: 'poppins-Bold',
|
||||
),
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
selectionMenuItemSelectedIconColor: Theme.of(context).colorScheme.primary,
|
||||
selectionMenuItemSelectedIconColor:
|
||||
Theme.of(context).textTheme.bodyMedium?.color,
|
||||
selectionMenuItemSelectedTextColor:
|
||||
Theme.of(context).textTheme.bodyMedium?.color,
|
||||
);
|
||||
return editorStyle;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user