fix: 推荐图占位色、评论文字、弹幕背景色跟随暗黑主题

This commit is contained in:
Developer
2026-03-24 23:08:17 +08:00
parent f6ac2d3cd4
commit 12e770a0bf
3 changed files with 15 additions and 11 deletions

View File

@@ -209,7 +209,7 @@ export default function VideoDetailScreen() {
onPress={() => router.push(`/video/${item.bvid}` as any)}
activeOpacity={0.85}
>
<View style={[styles.relatedThumbWrap, { backgroundColor: theme.bg }]}>
<View style={[styles.relatedThumbWrap, { backgroundColor: theme.card }]}>
<Image
source={{ uri: proxyImageUrl(item.pic) }}
style={styles.relatedThumb}