Skip to content

Commit

Permalink
fix: background 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
namdaeun committed Jan 7, 2024
1 parent 0f51cb5 commit a2a392c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/emotion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare module '@emotion/react' {
mainGreen: string;
mileGreen: string;
lightGreen: string;
backGround: string;
backGroundGray: string;
thumbnailGradient: string;
categoryGradient: string;
black: string;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const theme = {
mainGreen: '#2F7417',
mileGreen: '#C5DB8F',
lightGreen: '#F1F6E2',
backGround: '#F5F5F7',
backGroundGray: '#F5F5F7',
thumbnailGradient:
'linear-gradient(180deg, rgba(0, 0, 0, 0.00) 72.25%, rgba(0, 0, 0, 0.08) 100%)',
categoryGradient: 'linear-gradient(90deg, #F5F5F7 68.37%, rgba(245, 245, 247, 0.00) 100%)',
Expand Down

0 comments on commit a2a392c

Please sign in to comment.