Skip to content

Commit

Permalink
♻️ refactor: storiesファイルのみで使用していたカラーを削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Jan 1, 2024
1 parent 5867736 commit d7f2e4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/base/Image/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const height: ComponentProps<typeof BaseImage>['height'] = {
const style = sprinkles({
display: 'inline-block',
padding: 2,
backgroundColor: 'lightBlue',
backgroundColor: 'white',
});

export const Image: Story = {
Expand Down
1 change: 0 additions & 1 deletion src/styles/themes.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const colors = {
gray: '#94989B',
lightGray: '#E2E2E2',
blue: '#1E1ADE',
lightBlue: '#0080FF',
hoverBlue: 'rgba(11, 96, 223, 0.8)',
red: '#FF4747',
gradientBlue: 'linear-gradient(#0078B7, #001E43)',
Expand Down

0 comments on commit d7f2e4b

Please sign in to comment.