give dark mode some love 🖤

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-31 22:25:07 +02:00
parent ff31cc506c
commit 1665924073
77 changed files with 256 additions and 199 deletions

View File

@@ -13,7 +13,7 @@ const Progress = React.forwardRef<
<ProgressPrimitive.Root
ref={ref}
className={cn(
'relative h-4 w-full min-w-16 overflow-hidden rounded bg-slate-200 shadow-sm',
'bg-def-200 relative h-4 w-full min-w-16 overflow-hidden rounded shadow-sm',
size == 'sm' && 'h-2',
size == 'lg' && 'h-8',
className