From 4fedb89cc099231eec59c330842a6603b65c6d17 Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Sat, 29 Jan 2022 14:03:54 +0330 Subject: [PATCH] misstype fixed --- lib/pages/authentication/screens/verification.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/authentication/screens/verification.dart b/lib/pages/authentication/screens/verification.dart index 3d48f4d..e6f5d4f 100644 --- a/lib/pages/authentication/screens/verification.dart +++ b/lib/pages/authentication/screens/verification.dart @@ -18,7 +18,7 @@ class Verification extends StatelessWidget { appBarTitle: 'تغییر رمز عبور', children: [ DidvanText( - 'کد 6 رقممی ارسال شده به موبایل', + 'کد 6 رقمی ارسال شده به موبایل', style: Theme.of(context).textTheme.subtitle2, fontWeight: FontWeight.normal, ),