feat(Divider): adjust colors

This commit is contained in:
Ilia Mashkov
2026-02-27 18:42:54 +03:00
parent 5946f66e69
commit db518a6469

View File

@@ -18,7 +18,7 @@ let {
<div <div
class={cn( class={cn(
'bg-black/5 dark:bg-white/10', 'bg-black/10 dark:bg-white/10',
orientation === 'horizontal' ? 'w-full h-px' : 'w-px h-full', orientation === 'horizontal' ? 'w-full h-px' : 'w-px h-full',
className, className,
)} )}