Skip to content

Commit

Permalink
fix: remove inverted colors
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jan 24, 2024
1 parent d9c1e95 commit 2061f33
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/tokens/Colors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,3 @@ import { Meta, ColorPalette, ColorItem } from '@storybook/blocks';
<ColorItem title="--on-accent" subtitle="Used for the on accent color" colors={{ Light: '#DBD7CB', Dark: '#223360' }} />
<ColorItem title="--status-bar" subtitle="Used for the status bar color" colors={{ Light: '#000000', Dark: '#FFFFFF' }} />
</ColorPalette>
<ColorPalette>
<ColorItem title="--inverted-tab" subtitle="Inverted color for the tab" colors={{ Light: '#223360', Dark: '#BDC2CF' }} />
<ColorItem title="--inverted-surface" subtitle="Inverted color for the background" colors={{ Light: '#4E5C80', Dark: '#E9EBEF' }} />
<ColorItem title="--inverted-primary" subtitle="Inverted color for the primary" colors={{ Light: '#223360', Dark: '#BDC2CF' }} />
<ColorItem title="--inverted-on-primary" subtitle="Inverted color for on primary" colors={{ Light: '#F7FAFF', Dark: '#2D2D2D' }} />
<ColorItem title="--inverted-on-primary-2" subtitle="Inverted color for on primary - 2" colors={{ Light: '#B0B0B9', Dark: '#68686F' }} />
<ColorItem title="--inverted-accent" subtitle="Inverted color for the accent" colors={{ Light: '#DBD7CB', Dark: '#223360' }} />
<ColorItem title="--inverted-on-accent" subtitle="Inverted color for on accent" colors={{ Dark: '#DBD7CB', Light: '#223360' }} />
<ColorItem title="--inverted-status-bar" subtitle="Inverted color for the status bar" colors={{ Dark: '#000000', Light: '#FFFFFF' }} />
</ColorPalette>

0 comments on commit 2061f33

Please sign in to comment.