We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7125176 commit 9b727bdCopy full SHA for 9b727bd
src/components/timer/TimerDisplay.tsx
@@ -28,10 +28,10 @@ export function TimerDisplay({ onStartTimer }: TimerDisplayProps) {
28
return (
29
<Button
30
onClick={onStartTimer}
31
- size="lg"
+ size="icon"
32
className="animate-glow shadow-knowall-green/30 hover:shadow-knowall-green/50 h-14 w-14 rounded-full shadow-lg transition-shadow"
33
>
34
- <PlayIcon className="h-8 w-8" />
+ <PlayIcon className="h-5 w-5 translate-x-0.5" />
35
<span className="sr-only">Start timer</span>
36
</Button>
37
);
0 commit comments