feat(BOOK-469): Enter details design changes with guarantee/non-guarantee flow
Approved-by: Bianca Widstam
This commit is contained in:
@@ -32,3 +32,11 @@
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
.theme-interactive-default:not(.disabled) {
|
||||
color: var(--Text-Interactive-Default);
|
||||
|
||||
&:hover {
|
||||
color: var(--Text-Interactive-Default-Hover);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ export const config = {
|
||||
theme: {
|
||||
Primary: styles['theme-primary'],
|
||||
Inverted: styles['theme-inverted'],
|
||||
InteractiveDefault: styles['theme-interactive-default'],
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
|
||||
Reference in New Issue
Block a user