From 9a7ff3437a1bd6ea9465d793af35a7dfab2fe64f Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 17 Jun 2024 18:58:48 +0800 Subject: [PATCH] chore: change slack menu hover color --- .../lib/plugins/document/presentation/editor_style.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart index 080809042f0b2..49be13cd8ddf7 100644 --- a/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart +++ b/frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart @@ -208,7 +208,7 @@ class EditorStyleCustomizer { selectionMenuItemIconColor: afThemeExtension.onBackground, selectionMenuItemSelectedIconColor: theme.colorScheme.onSurface, selectionMenuItemSelectedTextColor: theme.colorScheme.onSurface, - selectionMenuItemSelectedColor: theme.hoverColor, + selectionMenuItemSelectedColor: afThemeExtension.greyHover, ); }