fix: 暗黑模式下个人认证文本颜色
This commit is contained in:
@ -406,7 +406,7 @@ class _MemberPageState extends State<MemberPage>
|
|||||||
? '个人认证:'
|
? '个人认证:'
|
||||||
: '企业认证:',
|
: '企业认证:',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Theme.of(context).primaryColor,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
TextSpan(
|
TextSpan(
|
||||||
|
Reference in New Issue
Block a user