Skip to content

Commit

Permalink
fix(table): code pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw committed Jun 6, 2024
1 parent d285bb4 commit 50d87bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/basic/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const Table = ({
sx={{
'&.MuiDataGrid-root .MuiDataGrid-cell': {
alignItems: alignCell,
fontSize: fontSizeCell
fontSize: fontSizeCell,
},
'&.MuiDataGrid-root .MuiDataGrid-columnHeader:focus, &.MuiDataGrid-root .MuiDataGrid-cell:focus, &.MuiDataGrid-root .MuiDataGrid-cell:focus-within':
{
Expand Down

0 comments on commit 50d87bb

Please sign in to comment.