Skip to content

Commit

Permalink
fix: 카운트다운 폰트 크기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
junyeokk authored and eastfilmm committed May 15, 2024
1 parent d6a23da commit a98600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/display/Countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Countdown: React.FC<ICountdown> = ({ targetDate }) => {
<Text size="l" weight="bold" variant="darkpurple">
축제까지 남은 시간
</Text>
<Text size="xl" weight="bold" variant="lightpurple">
<Text size="xxl" weight="bold" variant="lightpurple">
{displayTime}
</Text>
<Text size="xs" weight="normal" variant="darkpurple">
Expand Down

0 comments on commit a98600c

Please sign in to comment.