diff --git a/components/DanmakuList.tsx b/components/DanmakuList.tsx
index 58fd626..3892155 100644
--- a/components/DanmakuList.tsx
+++ b/components/DanmakuList.tsx
@@ -222,6 +222,7 @@ export default function DanmakuList({
{ opacity: item._fadeAnim, borderBottomColor: theme.border },
]}
>
+ {timeStr ? {timeStr} : null}
{guard && (
- {timeStr ? {timeStr} : null}
+
);
},
@@ -493,7 +494,6 @@ const liveStyles = StyleSheet.create({
paddingHorizontal: 3,
},
medalLvBox: {
- backgroundColor: "#e891ab",
paddingHorizontal: 3,
height: "100%",
justifyContent: "center",