Skip to content

Commit

Permalink
style: fix --kt-sekectDropdown-teamForeground style
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Oct 18, 2022
1 parent 947b50e commit b50ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/common/color-tokens/custom/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ export const ktSelectDropdownSelectionForeground = registerColor(
);
export const ktSelectDropdownTeamForeground = registerColor(
'kt.selectDropdown.teamForeground',
{ dark: darken(ktSelectDropdownBackground, 0.2), light: lighten(ktSelectDropdownBackground, 0.2), hc: null },
{ dark: darken(ktSelectDropdownForeground, 0.2), light: lighten(ktSelectDropdownForeground, 0.2), hc: null },
localize('ktSelectDropdownSelectionBackground', 'Select Dropdown Selection Background color.'),
);

0 comments on commit b50ec9c

Please sign in to comment.