#className vs style

3 messages · Page 1 of 1 (latest)

stuck galleon
#

Is it possible to move this kind of text below from useStyles into style={} of a Button?
testBtn: {
color: "yellow",
"&:hover": {
cursor : "grab",
},

peak bobcat