mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +00:00
commit
4478548427
2 changed files with 16 additions and 1 deletions
|
@ -72,7 +72,7 @@ class SettingsListButton extends StatelessWidget {
|
||||||
style: STextStyles.smallMed14(context).copyWith(
|
style: STextStyles.smallMed14(context).copyWith(
|
||||||
color: Theme.of(context)
|
color: Theme.of(context)
|
||||||
.extension<StackColors>()!
|
.extension<StackColors>()!
|
||||||
.accentColorDark,
|
.textDark,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
15
pubspec.yaml
15
pubspec.yaml
|
@ -432,6 +432,21 @@ flutter:
|
||||||
- assets/svg/fruitSorbet/buy-coins-icon.svg
|
- assets/svg/fruitSorbet/buy-coins-icon.svg
|
||||||
- assets/svg/fruitSorbet/bg.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
|
# buy
|
||||||
- assets/svg/buy/Simplex-Nuvei-Logo.svg
|
- assets/svg/buy/Simplex-Nuvei-Logo.svg
|
||||||
- assets/svg/buy/Simplex-Nuvei-Logo-light.svg
|
- assets/svg/buy/Simplex-Nuvei-Logo-light.svg
|
||||||
|
|
Loading…
Reference in a new issue