mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
resync button color for oled theme
This commit is contained in:
parent
a195a24bce
commit
a14c9dd878
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ class STextStyles {
|
|||
);
|
||||
case ThemeType.oledBlack:
|
||||
return GoogleFonts.inter(
|
||||
color: _theme(context).infoItemIcons,
|
||||
color: _theme(context).checkboxBGChecked,
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 14,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue