(front) add button white variant

This variant is gonna be used on overlay over a video element.
This commit is contained in:
Nathan Vasse
2025-01-20 17:59:40 +01:00
committed by NathanVss
parent 4b6bd3d1c8
commit 03796fcbb2

View File

@@ -73,6 +73,19 @@ export const buttonRecipe = cva({
color: 'greyscale.400',
},
},
whiteCircle: {
color: 'white',
border: '1px white solid',
width: '56px',
height: '56px',
borderRadius: '100%',
'&[data-hovered]': {
backgroundColor: 'greyscale.100/20',
},
'&[data-pressed]': {
backgroundColor: 'greyscale.100/50',
},
},
tertiary: {
backgroundColor: 'primary.100',
color: 'primary.800',