feat:暗黑模式支持

This commit is contained in:
Developer
2026-03-24 23:48:04 +08:00
parent 12e770a0bf
commit bfca7a1ff2
2 changed files with 99 additions and 26 deletions

View File

@@ -65,7 +65,7 @@ export function FollowedLiveStrip() {
const styles = StyleSheet.create({
container: {
backgroundColor: "#f4f4f4",
paddingHorizontal: 12,
paddingHorizontal: 3,
paddingVertical: 8,
},
scrollContent: {