mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
fix: 推荐图占位色、评论文字、弹幕背景色跟随暗黑主题
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user