We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84200dd commit ba957c0Copy full SHA for ba957c0
frontend/app_flowy/lib/plugins/document/editor_styles.dart
@@ -23,7 +23,10 @@ EditorStyle customEditorTheme(BuildContext context) {
23
fontFamily: 'poppins-Bold',
24
),
25
backgroundColor: Theme.of(context).colorScheme.surface,
26
- selectionMenuItemSelectedIconColor: Theme.of(context).colorScheme.primary,
+ selectionMenuItemSelectedIconColor:
27
+ Theme.of(context).textTheme.bodyMedium?.color,
28
+ selectionMenuItemSelectedTextColor:
29
30
);
31
return editorStyle;
32
}
0 commit comments