🚸(frontend) add hover animation on rating Button
Nitpicking, enhance small interactivity with form.
This commit is contained in:
committed by
aleb_the_flash
parent
8e62f2ecd3
commit
4ffef3f94a
@@ -43,6 +43,11 @@ const ratingButtonRecipe = cva({
|
|||||||
backgroundColor: '#1d4ed8',
|
backgroundColor: '#1d4ed8',
|
||||||
color: 'white',
|
color: 'white',
|
||||||
},
|
},
|
||||||
|
false: {
|
||||||
|
'&[data-hovered]': {
|
||||||
|
backgroundColor: 'gray.100',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
borderLeft: {
|
borderLeft: {
|
||||||
true: {
|
true: {
|
||||||
|
|||||||
Reference in New Issue
Block a user