diff --git a/lib/src/features/game/widgets/enhanced_animation_panel.dart b/lib/src/features/game/widgets/enhanced_animation_panel.dart index 665590b..3412c51 100644 --- a/lib/src/features/game/widgets/enhanced_animation_panel.dart +++ b/lib/src/features/game/widgets/enhanced_animation_panel.dart @@ -692,7 +692,7 @@ class _EnhancedAnimationPanelState extends State final opacity = isSpeedBoostActive ? 0.4 : 1.0; return SizedBox( - width: 52, + width: 56, height: 32, child: OutlinedButton( // 부스트 활성화 중이면 누를 수 없음