fix(ui): 배속 버튼 오버플로우 수정 (52→56px)
This commit is contained in:
@@ -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(
|
||||||
// 부스트 활성화 중이면 누를 수 없음
|
// 부스트 활성화 중이면 누를 수 없음
|
||||||
|
|||||||
Reference in New Issue
Block a user