Skip to content

Commit

Permalink
[UI] Theme Toggle
Browse files Browse the repository at this point in the history
Signed-off-by: shashank-kavli <[email protected]>
  • Loading branch information
shashank-kavli authored Sep 28, 2023
1 parent d49ea2b commit 4707f59
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/src/components/Navigation/Navigation.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ export const Header = styled.header`
max-width: 400px;
height: auto;
}
.container{
display: flex;
align-items: center;
}
.themeToggle {
margin: auto .5rem;
padding: auto .5rem;
Expand Down Expand Up @@ -178,8 +182,6 @@ export const Header = styled.header`
display: flex;
justify-content: center;
align-items:center
// border-radius:20px;
// border: 1px solid gray
}
.btn-container{
display: none;
Expand All @@ -201,9 +203,6 @@ export const Header = styled.header`
box-shadow: rgba(0, 179, 159, 0.2) 0 20px 20px -2px;
padding: 20px 0px;
}
.mode-btn{
width:95%;
}
.action-btns{
display: flex;
width: 95%;
Expand Down

0 comments on commit 4707f59

Please sign in to comment.