mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
oledBlack desktopTextSmall color fix
This commit is contained in:
parent
23e3452cf1
commit
5e795ccc33
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ class STextStyles {
|
||||||
);
|
);
|
||||||
case ThemeType.oledBlack:
|
case ThemeType.oledBlack:
|
||||||
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