Skip to content

Commit

Permalink
chore: change slack menu hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jun 17, 2024
1 parent a668e0b commit 9a7ff34
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 9a7ff34

Please sign in to comment.