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