mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
mobile settings item text color update
This commit is contained in:
parent
1a8a7f58fd
commit
8bda6640bd
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class SettingsListButton extends StatelessWidget {
|
|||
style: STextStyles.smallMed14(context).copyWith(
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.accentColorDark,
|
||||
.textDark,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue