chore: add cursor pointer, disable user select

This commit is contained in:
Corbin Crutchley
2023-07-17 23:50:58 -07:00
parent adf2c135e8
commit 6e4b340c6f

View File

@@ -76,6 +76,8 @@
padding: 12px 24px;
border-radius: 48px;
box-sizing: border-box;
user-select: none;
cursor: pointer;
}
.highlighedContainer {