From 3411823b8d2f6e77b137b4f590d9686ddf4b12e1 Mon Sep 17 00:00:00 2001 From: stinky-lizard <38111803+stinky-lizard@users.noreply.github.com> Date: Mon, 10 Jan 2022 14:07:31 -0500 Subject: [PATCH] Update BitverseRoot.tsx --- src/BitNode/ui/BitverseRoot.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/BitNode/ui/BitverseRoot.tsx b/src/BitNode/ui/BitverseRoot.tsx index cb72b75d8..603d2c9d6 100644 --- a/src/BitNode/ui/BitverseRoot.tsx +++ b/src/BitNode/ui/BitverseRoot.tsx @@ -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", },