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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user