From ed554cf1722c4815d92230972278b7efcbbd9ec4 Mon Sep 17 00:00:00 2001 From: Akshansh Date: Thu, 4 Jul 2024 23:07:07 +0530 Subject: [PATCH] navbar fix Signed-off-by: Akshansh --- site/src/components/Navigation/Navigation.styles.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/site/src/components/Navigation/Navigation.styles.js b/site/src/components/Navigation/Navigation.styles.js index 89ee849..97ef444 100644 --- a/site/src/components/Navigation/Navigation.styles.js +++ b/site/src/components/Navigation/Navigation.styles.js @@ -250,17 +250,14 @@ export const Header = styled.header` } .themeToggle { margin: 0 5px; - background: ${({ theme }) => theme.body}; + padding: 10px 0; display: flex; justify-content: center; align-items: center; border-radius: 20px; - border: 1px solid gray; - } - .btn-container { - display: none; } + .mode-btn { width: 95%; }