From c2f3c77d2faf630b95da1ffcc34417e111ace649 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 11 Oct 2022 15:28:56 -0600 Subject: [PATCH] ui bug fixes --- assets/svg/persona-easy-1.svg | 10 +--------- lib/pages/stack_privacy_calls.dart | 14 ++++++++------ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/assets/svg/persona-easy-1.svg b/assets/svg/persona-easy-1.svg index 6cb3d4b62..1e15b8dab 100644 --- a/assets/svg/persona-easy-1.svg +++ b/assets/svg/persona-easy-1.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/lib/pages/stack_privacy_calls.dart b/lib/pages/stack_privacy_calls.dart index 7c4015edf..841dacf9e 100644 --- a/lib/pages/stack_privacy_calls.dart +++ b/lib/pages/stack_privacy_calls.dart @@ -229,16 +229,17 @@ class _PrivacyToggleState extends ConsumerState { width: 140, height: 140, ), - const Center( + Center( child: Text( "Easy Crypto", - style: TextStyle( + style: STextStyles.label(context).copyWith( fontWeight: FontWeight.bold, ), )), - const Center( + Center( child: Text( "Recommended", + style: STextStyles.label(context), ), ), ], @@ -325,17 +326,18 @@ class _PrivacyToggleState extends ConsumerState { width: 140, height: 140, ), - const Center( + Center( child: Text( "Incognito", - style: TextStyle( + style: STextStyles.label(context).copyWith( fontWeight: FontWeight.bold, ), ), ), - const Center( + Center( child: Text( "Privacy conscious", + style: STextStyles.label(context), ), ), ],