Merge pull request #392 from ente-io/delete_account_illustration

Update delete account page
This commit is contained in:
Neeraj Gupta 2022-07-11 23:13:50 +05:30 committed by GitHub
commit 068069345d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ class DeleteAccountPage extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center,
children: [ children: [
const Text( const Text(
"💔", "☹️",
style: TextStyle( style: TextStyle(
fontSize: 100, fontSize: 100,
), ),
@ -50,11 +50,11 @@ class DeleteAccountPage extends StatelessWidget {
Center( Center(
child: Text( child: Text(
"We'll be sorry to see you go. Are you facing some issue?", "We'll be sorry to see you go. Are you facing some issue?",
style: Theme.of(context).textTheme.subtitle2, style: Theme.of(context).textTheme.subtitle1,
), ),
), ),
const SizedBox( const SizedBox(
height: 8, height: 12,
), ),
RichText( RichText(
// textAlign: TextAlign.center, // textAlign: TextAlign.center,
@ -69,11 +69,11 @@ class DeleteAccountPage extends StatelessWidget {
text: ", maybe there is a way we can help.", text: ", maybe there is a way we can help.",
), ),
], ],
style: Theme.of(context).textTheme.subtitle2, style: Theme.of(context).textTheme.subtitle1,
), ),
), ),
const Padding( const SizedBox(
padding: EdgeInsets.symmetric(vertical: 8), height: 24,
), ),
GradientButton( GradientButton(
text: "Yes, send feedback", text: "Yes, send feedback",