mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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:
|
||||
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