Updated password input screen: changed text and removed unnecessary line
This commit is contained in:
parent
b61305e71c
commit
993a5b86bf
|
|
@ -116,7 +116,7 @@ class _PasswordInputState extends State<PasswordInput> {
|
|||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
InkWrapper(
|
||||
onPressed:Navigator.of(ActionSheetUtils.context).pop,
|
||||
onPressed: Navigator.of(ActionSheetUtils.context).pop,
|
||||
child: const Icon(
|
||||
DidvanIcons.close_solid,
|
||||
size: 24,
|
||||
|
|
@ -140,17 +140,16 @@ class _PasswordInputState extends State<PasswordInput> {
|
|||
height: 12,
|
||||
),
|
||||
const DidvanText(
|
||||
"کاربر گرامی\nدر جهت استفاده بهتر و مفیدتر از برنامه لطفا دستهبندیهای مورد علاقه خود و زمان دریافت اعلانات را انتخاب کنید")
|
||||
"کاربر گرامی\nلطفا جهت شخصیسازی و استفاده بهتر از برنامه، دستهبندیهای مورد علاقه خود و زمان دریافت اعلانات را انتخاب نمایید.")
|
||||
],
|
||||
),
|
||||
hasDismissButton: false,
|
||||
onConfirmed: () => Navigator.of(ActionSheetUtils.context).pushNamed(
|
||||
Routes.favouritesStep,
|
||||
arguments: {"toTimer":true},
|
||||
arguments: {"toTimer": true},
|
||||
),
|
||||
confrimTitle: 'تایید',
|
||||
),
|
||||
);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue