Skip to content

Commit

Permalink
Merge pull request #206 from akshansh-modi/navigation-fix
Browse files Browse the repository at this point in the history
[UI] Fix Visibility of Dark/Light Mode Toggle and Signup Button in Mobile View
  • Loading branch information
Yashsharma1911 authored Jul 30, 2024
2 parents 8c97ef1 + b61712c commit 9005b22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions site/src/components/Navigation/Navigation.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down

0 comments on commit 9005b22

Please sign in to comment.