mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
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 a668e0bd09.
This commit is contained in:
parent
91d870415e
commit
e607694729
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class EditorStyleCustomizer {
|
|||
selectionMenuItemIconColor: afThemeExtension.onBackground,
|
||||
selectionMenuItemSelectedIconColor: theme.colorScheme.onSurface,
|
||||
selectionMenuItemSelectedTextColor: theme.colorScheme.onSurface,
|
||||
selectionMenuItemSelectedColor: theme.hoverColor,
|
||||
selectionMenuItemSelectedColor: afThemeExtension.greyHover,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue