Skip to content

Commit 9b727bd

Browse files
authored
fix: Resize play button icon for better visibility (#156)
1 parent 7125176 commit 9b727bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/timer/TimerDisplay.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ export function TimerDisplay({ onStartTimer }: TimerDisplayProps) {
2828
return (
2929
<Button
3030
onClick={onStartTimer}
31-
size="lg"
31+
size="icon"
3232
className="animate-glow shadow-knowall-green/30 hover:shadow-knowall-green/50 h-14 w-14 rounded-full shadow-lg transition-shadow"
3333
>
34-
<PlayIcon className="h-8 w-8" />
34+
<PlayIcon className="h-5 w-5 translate-x-0.5" />
3535
<span className="sr-only">Start timer</span>
3636
</Button>
3737
);

0 commit comments

Comments
 (0)