From d81a5d824cb52d177fba675005a53ea9f39986b2 Mon Sep 17 00:00:00 2001 From: EdiWeeks <121399761+EdiWeeks@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:40:07 +0000 Subject: [PATCH 1/3] fix: Resize play button icon for better visibility (#155) Remove padding conflict from size="lg" and optically center the play icon so it appears properly balanced within the circular button. Co-Authored-By: Claude Opus 4.6 --- src/components/timer/TimerDisplay.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/timer/TimerDisplay.tsx b/src/components/timer/TimerDisplay.tsx index 013f590..a12c888 100644 --- a/src/components/timer/TimerDisplay.tsx +++ b/src/components/timer/TimerDisplay.tsx @@ -29,9 +29,9 @@ export function TimerDisplay({ onStartTimer }: TimerDisplayProps) { ); From fbdd8fa76644a06b5081bce5f8a944d12b45a97b Mon Sep 17 00:00:00 2001 From: EdiWeeks <121399761+EdiWeeks@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:43:56 +0000 Subject: [PATCH 2/3] style: Fix Prettier formatting Co-Authored-By: Claude Opus 4.6 --- src/components/timer/TimerDisplay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/timer/TimerDisplay.tsx b/src/components/timer/TimerDisplay.tsx index a12c888..8135f35 100644 --- a/src/components/timer/TimerDisplay.tsx +++ b/src/components/timer/TimerDisplay.tsx @@ -29,7 +29,7 @@ export function TimerDisplay({ onStartTimer }: TimerDisplayProps) {