Skip to content

Commit

Permalink
style: change the button width
Browse files Browse the repository at this point in the history
  • Loading branch information
ElRodrigote committed Jul 16, 2024
1 parent cffe554 commit 006a632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const HeaderFrame = styled.div`
const ShutterButton = styled(ButtonPrimary)`
background-image: ${({ disabled }) => !disabled && `linear-gradient(90deg, #2E17F2 19.74%, #FB52A1 120.26%)`};
font-size: 10px;
max-width: 165px;
max-width: 150px;
height: 22px;
padding: 0px 8px;
margin-right: 8px;
Expand Down

0 comments on commit 006a632

Please sign in to comment.