Update BitverseRoot.tsx

This commit is contained in:
stinky-lizard 2022-01-10 14:07:31 -05:00 committed by GitHub
parent 5eaf31cfce
commit 3411823b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,24 +15,28 @@ const useStyles = makeStyles(() =>
createStyles({
level0: {
color: "red",
cursor: "pointer",
"&:hover": {
color: "#fff",
},
},
level1: {
color: "yellow",
cursor: "pointer",
"&:hover": {
color: "#fff",
},
},
level2: {
color: "#48d1cc",
cursor: "pointer",
"&:hover": {
color: "#fff",
},
},
level3: {
color: "blue",
cursor: "pointer",
"&:hover": {
color: "#fff",
},