Skip to content

Commit

Permalink
Merge pull request #844 from invariant-labs/staging
Browse files Browse the repository at this point in the history
Update prod env
  • Loading branch information
wojciech-cichocki authored Jan 4, 2025
2 parents 3ebf658 + fd5a1bc commit b94cb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ const useStyles = makeStyles()((theme: Theme) => {
backgroundColor: colors.invariant.black,
borderRadius: '10px',
transition: 'left 300ms',
width: 'fit-content',
margin: '0 10px 0 10px'
width: 'fit-content'
},
connectedWalletIcon: {
minWidth: 21,
Expand Down Expand Up @@ -87,6 +86,7 @@ const useStyles = makeStyles()((theme: Theme) => {
},
leftButtons: {
display: 'flex',
flexWrap: 'nowrap',
justifyContent: 'center',
alignItems: 'center',
backgroundColor: colors.invariant.component,
Expand Down

0 comments on commit b94cb48

Please sign in to comment.