mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
text color change
This commit is contained in:
parent
b822519d58
commit
d00c15de26
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ class STextStyles {
|
|||
switch (_theme(context).themeType) {
|
||||
case ThemeType.light:
|
||||
return GoogleFonts.inter(
|
||||
color: _theme(context).buttonTextPrimaryDisabled,
|
||||
color: _theme(context).textDark,
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 18,
|
||||
height: 27 / 18,
|
||||
|
|
Loading…
Reference in a new issue