From ebc28fb83194bdc88ed64e4554b46499f9b5f2ad Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Sat, 24 Aug 2024 19:40:58 +0530 Subject: [PATCH] fix: unfold constants --- auth/lib/ui/code_widget.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/auth/lib/ui/code_widget.dart b/auth/lib/ui/code_widget.dart index a085c29db3..4cd263be5a 100644 --- a/auth/lib/ui/code_widget.dart +++ b/auth/lib/ui/code_widget.dart @@ -114,7 +114,7 @@ class _CodeWidgetState extends State { CodeTimerProgress( period: widget.code.period, ), - const SizedBox(height: 16 + 12), + const SizedBox(height: 28), Row( children: [ _shouldShowLargeIcon ? _getIcon() : const SizedBox.shrink(), @@ -129,9 +129,7 @@ class _CodeWidgetState extends State { ), ], ), - const SizedBox( - height: 20 + 12, - ), + const SizedBox(height: 32), ], ), if (widget.code.isPinned) ...[