fix: 暗黑模式下个人认证文本颜色

This commit is contained in:
guozhigq
2024-09-09 00:12:38 +08:00
parent 68caefc0a3
commit e0ce797700

View File

@ -406,7 +406,7 @@ class _MemberPageState extends State<MemberPage>
? '个人认证:'
: '企业认证:',
style: TextStyle(
color: Theme.of(context).primaryColor,
color: Theme.of(context).colorScheme.primary,
),
children: [
TextSpan(