✨(front) add quaternary variant to Button
This variant is needed to implement the sdk create room button.
This commit is contained in:
@@ -177,6 +177,18 @@ export const buttonRecipe = cva({
|
|||||||
color: 'primaryDark.100',
|
color: 'primaryDark.100',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
quaternaryText: {
|
||||||
|
backgroundColor: 'transparent',
|
||||||
|
color: 'greyscale.600',
|
||||||
|
'&[data-hovered]': {
|
||||||
|
backgroundColor: 'greyscale.100',
|
||||||
|
color: 'greyscale.700',
|
||||||
|
},
|
||||||
|
'&[data-pressed]': {
|
||||||
|
backgroundColor: 'greyscale.100',
|
||||||
|
color: 'greyscale.700',
|
||||||
|
},
|
||||||
|
},
|
||||||
greyscale: {
|
greyscale: {
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
color: 'greyscale.400',
|
color: 'greyscale.400',
|
||||||
|
|||||||
Reference in New Issue
Block a user