From 14fbddf78011296097b2111c3f3dd199967e9961 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Tue, 31 May 2022 18:08:42 -0400 Subject: [PATCH] Make PTTButton feel more clickable --- src/room/PTTButton.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/room/PTTButton.module.css b/src/room/PTTButton.module.css index 1a8dd17..d6b7a76 100644 --- a/src/room/PTTButton.module.css +++ b/src/room/PTTButton.module.css @@ -9,12 +9,14 @@ background-color: #21262c; position: relative; padding: 0; + cursor: pointer; } .talking { background-color: #0dbd8b; box-shadow: 0px 0px 0px 17px rgba(13, 189, 139, 0.2), 0px 0px 0px 34px rgba(13, 189, 139, 0.2); + cursor: unset; } .error {