fix: btn theme color

This commit is contained in:
lollipopkit
2023-02-01 17:48:20 +08:00
parent 21ac323ed1
commit 1a8d572fbd
5 changed files with 27 additions and 14 deletions

View File

@@ -219,8 +219,9 @@ class _SettingPageState extends State<SettingPage> {
title: Text(
tabTitleName(context, tabs.indexOf(e)),
style: TextStyle(
fontSize: 14,
color: _theme.textTheme.bodyMedium!.color!.withAlpha(177),),
fontSize: 14,
color: _theme.textTheme.bodyMedium!.color!.withAlpha(177),
),
),
trailing: _buildRadio(tabs.indexOf(e)),
),