fix: update loyalty cards and join loyalty sidebar design
This commit is contained in:
@@ -102,6 +102,10 @@
|
||||
color: var(--Scandic-Peach-80);
|
||||
}
|
||||
|
||||
.white {
|
||||
color: var(--Base-Button-Primary-On-Fill-Normal);
|
||||
}
|
||||
|
||||
.regular {
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
font-size: var(--typography-Body-Regular-fontSize);
|
||||
|
||||
@@ -13,6 +13,7 @@ export const linkVariants = cva(styles.link, {
|
||||
none: "",
|
||||
pale: styles.pale,
|
||||
peach80: styles.peach80,
|
||||
white: styles.white,
|
||||
},
|
||||
size: {
|
||||
small: styles.small,
|
||||
|
||||
Reference in New Issue
Block a user