misstype fixed

This commit is contained in:
MohammadTaha Basiri 2022-01-29 14:03:54 +03:30
parent 711a4ad1d0
commit 4fedb89cc0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Verification extends StatelessWidget {
appBarTitle: 'تغییر رمز عبور', appBarTitle: 'تغییر رمز عبور',
children: [ children: [
DidvanText( DidvanText(
'کد 6 رقممی ارسال شده به موبایل', 'کد 6 رقمی ارسال شده به موبایل',
style: Theme.of(context).textTheme.subtitle2, style: Theme.of(context).textTheme.subtitle2,
fontWeight: FontWeight.normal, fontWeight: FontWeight.normal,
), ),