feat: introduce and use subtle color for divider

This commit is contained in:
Chuma McPhoy
2024-06-19 10:47:41 +02:00
committed by Michael Zetterberg
parent f32a5c3608
commit facff498ba
3 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ export const dividerVariants = cva(styles.divider, {
color: {
burgundy: styles.burgundy,
peach: styles.peach,
subtle: styles.subtle,
},
opacity: {
100: styles.opacity100,