oledBlack desktopTextSmall color fix

This commit is contained in:
ryleedavis 2023-01-06 09:21:31 -07:00
parent 23e3452cf1
commit 5e795ccc33

View file

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