feat: add color variables and use them acros the project

This commit is contained in:
Ilia Mashkov
2026-02-10 23:19:27 +03:00
parent 8aad8942fc
commit d749f86edc
20 changed files with 134 additions and 77 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ let { class: className, animate = true, ...rest }: Props = $props();
<div
class={cn(
'rounded-md bg-gray-100/50 backdrop-blur-sm',
'rounded-md bg-background-subtle/50 backdrop-blur-sm',
animate && 'animate-pulse',
className,
)}