Skip to content

Commit

Permalink
[UX] Theme Toggle icon Fix
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 26, 2023
1 parent 72734e7 commit f242a09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/src/components/Navigation/Navigation.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ export const Header = styled.header`
padding: 10px 0;
display: flex;
justify-content: center;
align-items:center;
border-radius:20px;
border: 1px solid gray
align-items:center
// border-radius:20px;
// border: 1px solid gray
}
.btn-container{
display: none;
Expand Down Expand Up @@ -213,4 +213,4 @@ export const Header = styled.header`
}
`

export default Header;
export default Header;

0 comments on commit f242a09

Please sign in to comment.