From 75a9947e0cf9c3bcc1292ca3de66228667d2edbb Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Fri, 22 Nov 2024 04:50:08 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20hover=EC=8B=9C=20=EC=BB=A4=EC=84=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #162 --- .../features/editor/components/OptionModal/OptionModal.style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/features/editor/components/OptionModal/OptionModal.style.ts b/client/src/features/editor/components/OptionModal/OptionModal.style.ts index 073c0948..b330fb84 100644 --- a/client/src/features/editor/components/OptionModal/OptionModal.style.ts +++ b/client/src/features/editor/components/OptionModal/OptionModal.style.ts @@ -18,6 +18,7 @@ export const optionButton = css({ textAlign: "left", _hover: { backgroundColor: "gray.100/40", + cursor: "pointer", }, });