Skip to content

Commit

Permalink
fix(ui): button color 변경
Browse files Browse the repository at this point in the history
fix: yarn lock 오류 수정
  • Loading branch information
eungyeole committed Jul 1, 2022
1 parent 296735c commit 4ec417e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/ui/src/components/Button/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interface ColorsMap {
}

export const Colors: ColorsMap = {
default: 'gray100',
default: 'gray50',
purple: 'purple400',
purpleLight: 'purple50',
border: 'white',
Expand All @@ -79,10 +79,10 @@ export const Colors: ColorsMap = {
};

export const ActiveColors: ColorsMap = {
default: 'gray300',
default: 'gray200',
purple: 'purple500',
purpleLight: 'purple100',
border: 'gray100',
border: 'gray50',
link: 'white',
bnDefault: 'gray50',
bnPurple: 'purple50',
Expand Down Expand Up @@ -113,7 +113,7 @@ export const DisabledFontColors: ColorsMap = {
default: 'gray300',
purple: 'white',
purpleLight: 'gray300',
border: 'gray300',
border: 'gray200',
link: 'gray300',
bnDefault: 'gray300',
bnPurple: 'gray300',
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,7 @@ __metadata:
resolution: "@semicolondsm/react-emotion-theme@workspace:packages/react-emotion-theme"
dependencies:
"@emotion/react": ^11.4.0
"@semicolondsm/design-token": 1.0.7
"@semicolondsm/design-token": 1.0.8
"@semicolondsm/react-theming": 1.0.4
"@types/react": ^17.0.13
"@yarnpkg/esbuild-plugin-pnp": ^2.0.0
Expand All @@ -2669,7 +2669,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@semicolondsm/react-styled-components-theme@workspace:packages/react-styled-components-theme"
dependencies:
"@semicolondsm/design-token": 1.0.7
"@semicolondsm/design-token": 1.0.8
"@semicolondsm/react-theming": 1.0.4
"@types/react": ^18.0.6
"@types/styled-components": ^5.1.25
Expand Down Expand Up @@ -2702,7 +2702,7 @@ __metadata:
"@emotion/react": ^11.4.1
"@emotion/styled": ^11.3.0
"@mdx-js/react": ^1.6.22
"@semicolondsm/design-token": 1.0.7
"@semicolondsm/design-token": 1.0.8
"@storybook/addon-docs": ^6.3.9
"@storybook/addon-essentials": ^6.3.9
"@storybook/addon-links": ^6.3.9
Expand Down

0 comments on commit 4ec417e

Please sign in to comment.