mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: incorrect color for member title
This commit is contained in:
@@ -452,7 +452,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