mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 12:29:37 +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) {
|
switch (_theme(context).themeType) {
|
||||||
case ThemeType.light:
|
case ThemeType.light:
|
||||||
return GoogleFonts.inter(
|
return GoogleFonts.inter(
|
||||||
color: _theme(context).buttonTextPrimaryDisabled,
|
color: _theme(context).textDark,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
height: 27 / 18,
|
height: 27 / 18,
|
||||||
|
|
Loading…
Reference in a new issue