aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/ui/Divider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/components/ui/Divider.tsx')
-rw-r--r--apps/mobile/components/ui/Divider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/components/ui/Divider.tsx b/apps/mobile/components/ui/Divider.tsx
index fbc5cf64..bcc6144f 100644
--- a/apps/mobile/components/ui/Divider.tsx
+++ b/apps/mobile/components/ui/Divider.tsx
@@ -12,7 +12,7 @@ function Divider({
return (
<View
className={cn(
- "bg-accent",
+ "bg-slate-400/20 dark:bg-border/50",
orientation === "horizontal" ? "h-0.5" : "w-0.5",
className,
)}