mobile: consistent dark theme as desktop

This commit is contained in:
talksik
2026-04-30 17:46:09 -07:00
parent 424f27737b
commit 13d3df2b51
8 changed files with 74 additions and 45 deletions
@@ -96,10 +96,7 @@ export const StreamCard = memo(function StreamCard({
<Pressable
onPress={onPress}
android_ripple={{ color: "rgba(0,0,0,0.05)" }}
className={cn(
"bg-card border-b px-3.5 py-3 flex-row items-center gap-3 active:bg-accent",
isUnseen ? "border-primary" : "border-border",
)}
className="bg-card flex-row items-center gap-3 px-4 py-3 active:bg-accent"
>
<View
className={cn(