mobile settings item text color update

This commit is contained in:
julian 2023-02-10 14:49:23 -06:00
parent 1a8a7f58fd
commit 8bda6640bd

View file

@ -72,7 +72,7 @@ class SettingsListButton extends StatelessWidget {
style: STextStyles.smallMed14(context).copyWith( style: STextStyles.smallMed14(context).copyWith(
color: Theme.of(context) color: Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!
.accentColorDark, .textDark,
), ),
), ),
), ),