mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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 a668e0bd09515262ef21b543dc7dc0bbc0431fb9.
This commit is contained in:
parent
91d870415e
commit
e607694729
@ -208,7 +208,7 @@ class EditorStyleCustomizer {
|
|||||||
selectionMenuItemIconColor: afThemeExtension.onBackground,
|
selectionMenuItemIconColor: afThemeExtension.onBackground,
|
||||||
selectionMenuItemSelectedIconColor: theme.colorScheme.onSurface,
|
selectionMenuItemSelectedIconColor: theme.colorScheme.onSurface,
|
||||||
selectionMenuItemSelectedTextColor: theme.colorScheme.onSurface,
|
selectionMenuItemSelectedTextColor: theme.colorScheme.onSurface,
|
||||||
selectionMenuItemSelectedColor: theme.hoverColor,
|
selectionMenuItemSelectedColor: afThemeExtension.greyHover,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user