From 595eb4abb305b0b383fac1e882dcd3db3cca9322 Mon Sep 17 00:00:00 2001 From: Michal Sapka Date: Wed, 7 Sep 2022 21:48:34 +0200 Subject: feat: dracula light theme --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/index.tsx') diff --git a/pages/index.tsx b/pages/index.tsx index a654d937..261624dc 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -52,7 +52,7 @@ const Home: NextPage = () => { borderRadius="full" borderWidth = "3px" borderStyle = "solid" - borderColor = {useColorModeValue("#FFFFFF", "#6272a4")} + borderColor = {useColorModeValue("#eee8d5", "#6272a4")} /> -- cgit v1.2.3