From e607694729d866f08ea13ff6cd61ec074b10cf85 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 18 Jun 2024 09:55:43 +0800 Subject: [PATCH] chore: change slash menu hover color (#5555) * feat: add a pinned icon after page name * chore: change slack menu hover color * Revert "feat: add a pinned icon after page name" This reverts commit a668e0bd09515262ef21b543dc7dc0bbc0431fb9. --- .../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 080809042f..49be13cd8d 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, ); }