Skip to content

Commit

Permalink
feat: add black color (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo committed May 7, 2024
1 parent 55c8cb9 commit 6af5ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const color = {
'grey-10': '#F8F9FB',

// ETC
black: '#000000',
white: '#FFFFFF',
focus: '#3B79D7',
'error-30': '#B10E1C',
Expand Down
5 changes: 3 additions & 2 deletions src/stories/Color.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ export function Color() {

<H1>ETC color</H1>
<EtcColorWrapper>
<div>
<EtcColorContentsWrapper>
<Palette name="black" />
<Palette name="white" />
</div>
</EtcColorContentsWrapper>
<div>
<Palette name="focus" />
</div>
Expand Down

0 comments on commit 6af5ad5

Please sign in to comment.