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:
Lucas.Xu 2024-06-18 09:55:43 +08:00 committed by GitHub
parent 91d870415e
commit e607694729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,7 +208,7 @@ class EditorStyleCustomizer {
selectionMenuItemIconColor: afThemeExtension.onBackground,
selectionMenuItemSelectedIconColor: theme.colorScheme.onSurface,
selectionMenuItemSelectedTextColor: theme.colorScheme.onSurface,
selectionMenuItemSelectedColor: theme.hoverColor,
selectionMenuItemSelectedColor: afThemeExtension.greyHover,
);
}