mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-25 08:02:29 +00:00
use same text as used
and make text align to center
This commit is contained in:
@ -31,8 +31,11 @@ class DeleteAccountPage extends StatelessWidget {
|
||||
children: [
|
||||
Column(
|
||||
children: [
|
||||
Text(
|
||||
'Thank you for using Syncrow',
|
||||
BodyMedium(
|
||||
text: 'Thank you for using Syncrow',
|
||||
fontWeight: FontWeight.w400,
|
||||
fontSize: 14,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
SizedBox(
|
||||
height: 10,
|
||||
@ -94,6 +97,7 @@ class DeleteAccountPage extends StatelessWidget {
|
||||
'if you confirm to "delete account",the account will be deleted',
|
||||
fontWeight: FontWeight.w400,
|
||||
fontSize: 16,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user