From 8bda6640bd88520d08f54720fd96aa78af662794 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 10 Feb 2023 14:49:23 -0600 Subject: [PATCH 1/2] mobile settings item text color update --- lib/pages/settings_views/sub_widgets/settings_list_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/settings_views/sub_widgets/settings_list_button.dart b/lib/pages/settings_views/sub_widgets/settings_list_button.dart index 5081e0f76..2602ced25 100644 --- a/lib/pages/settings_views/sub_widgets/settings_list_button.dart +++ b/lib/pages/settings_views/sub_widgets/settings_list_button.dart @@ -72,7 +72,7 @@ class SettingsListButton extends StatelessWidget { style: STextStyles.smallMed14(context).copyWith( color: Theme.of(context) .extension()! - .accentColorDark, + .textDark, ), ), ), From 30ec2cfcabd460ef765a7fa5e8d7768566af7a63 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 10 Feb 2023 14:49:37 -0600 Subject: [PATCH 2/2] forest assets fix --- pubspec.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 45e11600f..73a4b1c26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -432,6 +432,21 @@ flutter: - assets/svg/fruitSorbet/buy-coins-icon.svg - assets/svg/fruitSorbet/bg.svg + # fruit forest theme specific + - assets/svg/forest/tx-exchange-icon.svg + - assets/svg/forest/tx-exchange-icon-pending.svg + - assets/svg/forest/tx-exchange-icon-failed.svg + - assets/svg/forest/tx-icon-send.svg + - assets/svg/forest/tx-icon-send-pending.svg + - assets/svg/forest/tx-icon-send-failed.svg + - assets/svg/forest/tx-icon-receive.svg + - assets/svg/forest/tx-icon-receive-pending.svg + - assets/svg/forest/tx-icon-receive-failed.svg + - assets/svg/forest/exchange-2.svg + - assets/svg/forest/bell-new.svg + - assets/svg/forest/stack-icon1.svg + - assets/svg/forest/buy-coins-icon.svg + # buy - assets/svg/buy/Simplex-Nuvei-Logo.svg - assets/svg/buy/Simplex-Nuvei-Logo-light.svg