From 2b4ea446230f3b3aef5f660e096ff264551fd65a Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Tue, 20 Jan 2026 16:28:23 +0900 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=EB=B0=B0=EC=86=8D=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=98=A4=EB=B2=84=ED=94=8C=EB=A1=9C=EC=9A=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(52=E2=86=9256px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/features/game/widgets/enhanced_animation_panel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( // 부스트 활성화 중이면 누를 수 없음