refactor: 💄 Add slight "frosted glass" effect to some cards, improve color variety, make avatars smaller

This commit is contained in:
Jesse Wierzbinski 2024-12-31 15:55:02 +01:00
parent 4b67f6ab9a
commit 2e2572bd51
No known key found for this signature in database
7 changed files with 25 additions and 32 deletions

View file

@ -17,7 +17,7 @@ const props = withDefaults(
:as-child="props.asChild"
:class="
cn(
'rounded-lg border bg-card text-card-foreground shadow-sm',
'rounded-lg border bg-card/20 backdrop-blur-xl text-card-foreground shadow-sm',
props.class,
)
"