fix(ui): 배속 버튼 오버플로우 수정 (52→56px)

This commit is contained in:
JiWoong Sul
2026-01-20 16:28:23 +09:00
parent d5c46ad04a
commit 2b4ea44623

View File

@@ -692,7 +692,7 @@ class _EnhancedAnimationPanelState extends State<EnhancedAnimationPanel>
final opacity = isSpeedBoostActive ? 0.4 : 1.0; final opacity = isSpeedBoostActive ? 0.4 : 1.0;
return SizedBox( return SizedBox(
width: 52, width: 56,
height: 32, height: 32,
child: OutlinedButton( child: OutlinedButton(
// 부스트 활성화 중이면 누를 수 없음 // 부스트 활성화 중이면 누를 수 없음