fix: revert pan icon size back to h-3 w-3

Volume icon is h-3.5 w-3.5, pan icon is h-3 w-3 as requested.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-18 07:04:08 +01:00
parent d3ef961d31
commit 8ffa8e8b81

View File

@@ -284,7 +284,7 @@ export function Track({
{/* Pan */}
<div className="flex items-center gap-2">
<label className="text-xs text-muted-foreground flex items-center gap-1 w-16 flex-shrink-0">
<CircleArrowOutUpRight className="h-3.5 w-3.5" />
<CircleArrowOutUpRight className="h-3 w-3" />
Pan
</label>
<div className="flex-1">