resync button color for oled theme

This commit is contained in:
ryleedavis 2023-02-15 10:41:51 -07:00
parent a195a24bce
commit a14c9dd878

View file

@ -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,
);