Skip to content

Commit

Permalink
Fix border width on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
lubej committed Jul 12, 2023
1 parent db8c752 commit 2e130b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/HomePage/Graph/NetworkSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const StyledNetworkSelector = styled(Select<NetworkOption>)(({ theme }) => ({
width: '100%',
alignItems: 'center',
[theme.breakpoints.up('sm')]: {
gap: theme.spacing(4),
gap: theme.spacing(3),
bottom: theme.spacing(5),
},
}))
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/HomePage/Graph/ParaTimeSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const QuickPinchZoomOuter = styled('div')(({ theme }) => ({
},
[theme.breakpoints.up('sm')]: {
'> div': {
border: '22px solid transparent',
border: '1.7cqmin solid transparent',
},
},
}))
Expand Down

0 comments on commit 2e130b9

Please sign in to comment.