Skip to content

Commit

Permalink
♻️ refactor: Badgeコンポーネントの背景色をなくし、使用しなくなったカラーを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Jan 1, 2024
1 parent 97ad1c5 commit a1746c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/base/Badge/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const styles = {
},
lineHeight: 1,
color: 'white',
backgroundColor: 'black',
paddingX: 1,
paddingY: 0.5,
}),
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 @@ -3,7 +3,6 @@ import { createGlobalTheme } from '@vanilla-extract/css';
export const colors = {
white: '#FEFEFE',
hoverWhite: 'rgba(255, 255, 255, 0.25)',
black: '#333333',
silver: '#F8F8F8',
gray: '#94989B',
lightGray: '#E2E2E2',
Expand Down

0 comments on commit a1746c3

Please sign in to comment.