Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed May 14, 2024
1 parent aa7b202 commit 939e93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const ActionMenuItem = styled(MenuItem)(({ theme }) => ({
}));

export const LineListContainer = styled('div')(() => ({
marginTop: '66px',
marginTop: '64px',
}));
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const useStyles = makeStyles()((theme: Theme) => ({
backgroundColor: '#ECF3F0',
border: 'none',
width: theme.drawerWidth,
marginTop: '64px',
},
drawerContents: {
display: 'flex',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ const SourceTableStyled = withStyles(SourceTable, (theme: Theme) => ({
width: '100%',
},
sourcesSection: {
marginTop: '66px',
marginTop: '64px',
},
}));

Expand Down

0 comments on commit 939e93d

Please sign in to comment.