Skip to content

Commit

Permalink
chore: change slash menu hover color (AppFlowy-IO#5555)
Browse files Browse the repository at this point in the history
* 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 a668e0b.
  • Loading branch information
LucasXu0 authored Jun 18, 2024
1 parent 91d8704 commit e607694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class EditorStyleCustomizer {
selectionMenuItemIconColor: afThemeExtension.onBackground,
selectionMenuItemSelectedIconColor: theme.colorScheme.onSurface,
selectionMenuItemSelectedTextColor: theme.colorScheme.onSurface,
selectionMenuItemSelectedColor: theme.hoverColor,
selectionMenuItemSelectedColor: afThemeExtension.greyHover,
);
}

Expand Down

0 comments on commit e607694

Please sign in to comment.