From 22440905af076f89862c416c0bb4727e046f2fbf Mon Sep 17 00:00:00 2001 From: AmirrezaChegini Date: Sun, 21 Dec 2025 14:27:28 +0330 Subject: [PATCH] =?UTF-8?q?=D8=AF=D8=B1=20=D8=B2=D8=A8=D8=A7=D9=86=20?= =?UTF-8?q?=D8=A7=D9=84=D9=85=D8=A7=D9=86=DB=8C=20=D9=85=D8=AA=D9=86=20?= =?UTF-8?q?=DA=A9=D8=A7=D9=85=D9=84=20=D9=86=D9=85=D8=A7=DB=8C=D8=B4=20?= =?UTF-8?q?=D9=86=D9=85=DB=8C=D8=AF=D9=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../presentation/ui/screens/question_screen.dart | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lib/features/question/presentation/ui/screens/question_screen.dart b/lib/features/question/presentation/ui/screens/question_screen.dart index f57da2a..936e0f4 100644 --- a/lib/features/question/presentation/ui/screens/question_screen.dart +++ b/lib/features/question/presentation/ui/screens/question_screen.dart @@ -227,8 +227,8 @@ class _QuestionScreenState extends State with TickerProviderStat ), ), Positioned( - left: 120, - right: 120, + left: 90, + right: 90, child: FadeAnimController( controller: context.read().imageAnimationController, child: TextButton( @@ -241,9 +241,11 @@ class _QuestionScreenState extends State with TickerProviderStat style: TextButton.styleFrom( foregroundColor: MyColors.white.withValues(alpha: 0.7), ), - child: Text( - context.translate.skip, - style: MYTextStyle.button2 + child: FittedBox( + child: Text( + context.translate.skip, + style: MYTextStyle.button2 + ), ), ), ),