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 @@ export function GradientBackground({
return (
<div
className={cn(
'rounded-md bg-gradient-to-tr from-slate-100 to-white',
'from-def-200 rounded-md bg-gradient-to-tr to-white',
className
)}
{...props}