🚸(frontend) add hover animation on rating Button

Nitpicking, enhance small interactivity with form.
This commit is contained in:
lebaudantoine
2024-11-18 00:06:26 +01:00
committed by aleb_the_flash
parent 8e62f2ecd3
commit 4ffef3f94a

View File

@@ -43,6 +43,11 @@ const ratingButtonRecipe = cva({
backgroundColor: '#1d4ed8',
color: 'white',
},
false: {
'&[data-hovered]': {
backgroundColor: 'gray.100',
},
},
},
borderLeft: {
true: {