From 42ae9d57a2f34c693b79fefb51c2a721386af4af Mon Sep 17 00:00:00 2001 From: kyuhho Date: Tue, 2 Jul 2024 21:21:20 +0900 Subject: [PATCH] feat: add drag color --- src/styles/GlobalStyle.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/GlobalStyle.ts b/src/styles/GlobalStyle.ts index 379b8a82..ae8e2372 100644 --- a/src/styles/GlobalStyle.ts +++ b/src/styles/GlobalStyle.ts @@ -42,4 +42,8 @@ export const GlobalStyle = createGlobalStyle` a { text-decoration: none; } + + ::selection { + background: #c2f3f0; + } `;