mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: unify card styles across the project
- Set --bento-radius to 16px (was 24px) for more modern look - Unified .card, .bento-card and Card component to use same: - border-radius: var(--bento-radius) - border: border-dark-700/40 - background: bg-dark-900/70 - inset shadow for glass effect - Reduced padding from 24px to 20px
This commit is contained in:
@@ -10,7 +10,7 @@ const cardVariants = cva(
|
||||
[
|
||||
'relative overflow-hidden',
|
||||
'border border-dark-700/40 bg-dark-900/70',
|
||||
'rounded-linear-lg',
|
||||
'rounded-[var(--bento-radius)]',
|
||||
'transition-all duration-200',
|
||||
// GPU acceleration
|
||||
'transform-gpu',
|
||||
|
||||
Reference in New Issue
Block a user