Skip to content

Commit

Permalink
Edit nav bar logo style
Browse files Browse the repository at this point in the history
  • Loading branch information
emscb committed Jul 16, 2023
1 parent 2b41d18 commit b48c519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/layout/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const StyledNavArea = styled('div', {

const Logo = styled(LogoSvg, {
display: 'block',
maxWidth: 180,
width: '100%',
width: 230,
'& path': {
fill: '$textPrimary',
},
Expand Down

0 comments on commit b48c519

Please sign in to comment.