summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-09-07 21:48:34 +0200
committerMichal Sapka <michal@sapka.me>2022-09-07 21:48:34 +0200
commit595eb4abb305b0b383fac1e882dcd3db3cca9322 (patch)
treeedf81543332dd976eecf037865a0a4ceef9aa36e /pages
parent5bff8f1e81d441b04882d11fbe3edbee6071fa3c (diff)
feat: dracula light theme
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx2
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>