diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-07 21:48:34 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-07 21:48:34 +0200 |
commit | 595eb4abb305b0b383fac1e882dcd3db3cca9322 (patch) | |
tree | edf81543332dd976eecf037865a0a4ceef9aa36e /pages/index.tsx | |
parent | 5bff8f1e81d441b04882d11fbe3edbee6071fa3c (diff) |
feat: dracula light theme
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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")} /> </Box> </Stack> |