mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
refactor: 💄 Add slight "frosted glass" effect to some cards, improve color variety, make avatars smaller
This commit is contained in:
parent
4b67f6ab9a
commit
2e2572bd51
7 changed files with 25 additions and 32 deletions
|
|
@ -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,
|
||||
)
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue