From d3ef961d316b96a37a6691dc0826027e20e56662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 18 Nov 2025 07:03:24 +0100 Subject: [PATCH] fix: make volume and pan icons the same size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed both icons from h-3 w-3 to h-3.5 w-3.5 for consistent sizing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/tracks/Track.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tracks/Track.tsx b/components/tracks/Track.tsx index 6af21fd..e8a0e99 100644 --- a/components/tracks/Track.tsx +++ b/components/tracks/Track.tsx @@ -264,7 +264,7 @@ export function Track({ {/* Volume */}
@@ -284,7 +284,7 @@ export function Track({ {/* Pan */}