Merged in feat/SW-2266-campaign-hero (pull request #2344)
Feat/SW-2266 campaign hero Approved-by: Erik Tiekstra
This commit is contained in:
@@ -36,3 +36,7 @@
|
||||
.Border-Divider-Default {
|
||||
background-color: var(--Border-Divider-Default);
|
||||
}
|
||||
|
||||
.Surface-Brand-Primary-1-OnSurface-Accent-Secondary {
|
||||
background-color: var(--Surface-Brand-Primary-1-OnSurface-Accent-Secondary);
|
||||
}
|
||||
|
||||
@@ -11,6 +11,8 @@ export const dividerVariants = cva(styles.divider, {
|
||||
white: styles.white,
|
||||
'Border/Divider/Default': styles['Border-Divider-Default'],
|
||||
'Border/Divider/Subtle': styles['Border-Divider-Subtle'],
|
||||
'Surface/Brand/Primary 1/OnSurface/Accent Secondary':
|
||||
styles['Surface-Brand-Primary-1-OnSurface-Accent-Secondary'],
|
||||
},
|
||||
variant: {
|
||||
horizontal: styles.horizontal,
|
||||
|
||||
Reference in New Issue
Block a user