opt: code

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-08 14:07:48 +08:00
parent 7cdfe26a26
commit 63a12ba6ed
22 changed files with 65 additions and 61 deletions

View File

@@ -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,
),
);