Skip to content

Commit

Permalink
fix table cells height and icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Mar 7, 2024
1 parent 1c71ce6 commit 69e849f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/components/connections/ConnectionsTableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default function ConnectionsTableView() {

'& .MuiTableCell-root': {
fontSize: '0.75rem',
fontWeight: 500
fontWeight: 500,
padding: '0.188rem 0.75rem 0.188rem 0.75rem'
}
}}>
<TableCell style={{ width: '33%' }}>Origin</TableCell>
Expand Down
4 changes: 2 additions & 2 deletions src/components/connections/SummaryHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const SummaryHeader = ({
height: '3.938rem',

'& .MuiSvgIcon-root': {
height: '1rem',
width: '1rem'
height: '1.25rem',
width: '1.25rem'
}
}}
>
Expand Down
2 changes: 1 addition & 1 deletion src/theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ const theme = createTheme({
borderBottom: `1px solid ${gray100}`,
color: gray600,
fontWeight: 400,
padding: '.75rem'
padding: '0.625rem .75rem 0.625rem .75rem'
}
}
}
Expand Down

0 comments on commit 69e849f

Please sign in to comment.