Skip to content

Commit

Permalink
fix: 트렌드 핫 이슈 새로고침 버튼 색상 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
useonglee committed Feb 23, 2024
1 parent 517a2b0 commit c6dbd5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { style } from '@vanilla-extract/css';

export const button = style({
width: '100%',
height: '4rem',
backgroundColor: colors.blue050,
height: '4rem !important',
backgroundColor: `${colors.blue050} !important`,
});

0 comments on commit c6dbd5f

Please sign in to comment.