Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Jan 9, 2025
1 parent 2b97f8a commit 08c3ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/theming/demo/stories/GetColorStory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const Color = ({
const hues = [...Object.keys(theme.colors), ...Object.keys(theme.palette)].filter(
_hue => _hue !== 'base' && _hue !== 'variables'
);

const selectedHue = (theme.colors.base === 'dark' ? dark?.hue : light?.hue) || hue || '';

if (!(variable || hues.includes(selectedHue))) {
Expand Down

0 comments on commit 08c3ee2

Please sign in to comment.