mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -140,7 +140,7 @@ class _LiveRoomChatState extends State<LiveRoomChat> {
|
||||
TextSpan(
|
||||
text: nonMatchStr,
|
||||
style: const TextStyle(
|
||||
color: Color(0xFFFFFFFF),
|
||||
color: Colors.white,
|
||||
fontSize: 14,
|
||||
),
|
||||
),
|
||||
@@ -153,7 +153,7 @@ class _LiveRoomChatState extends State<LiveRoomChat> {
|
||||
return TextSpan(
|
||||
text: obj['text'],
|
||||
style: const TextStyle(
|
||||
color: Color(0xFFFFFFFF),
|
||||
color: Colors.white,
|
||||
fontSize: 14,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user