feat(WEB-162): final design for my profile page

This commit is contained in:
Simon Emanuelsson
2024-06-07 10:36:23 +02:00
committed by Christel Westerberg
parent a7b04df7b6
commit 5f3e417593
96 changed files with 802 additions and 494 deletions
@@ -8,6 +8,10 @@ export const dividerVariants = cva(styles.divider, {
burgundy: styles.burgundy,
peach: styles.peach,
},
opacity: {
100: styles.opacity100,
8: styles.opacity8,
},
variant: {
default: styles.default,
dotted: styles.dotted,
@@ -15,6 +19,7 @@ export const dividerVariants = cva(styles.divider, {
},
defaultVariants: {
color: "burgundy",
opacity: 100,
variant: "default",
},
})