text color change

This commit is contained in:
ryleedavis 2022-10-14 17:07:58 -06:00
parent b822519d58
commit d00c15de26

View file

@ -683,7 +683,7 @@ class STextStyles {
switch (_theme(context).themeType) { switch (_theme(context).themeType) {
case ThemeType.light: case ThemeType.light:
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,