Skip to content

Commit bd9ddc2

Browse files
committed
feat: update theme
Signed-off-by: amitamrutiya <[email protected]>
1 parent b091b2d commit bd9ddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/components/table.modifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const MuiTableBody: Components<Theme>['MuiTableBody'] = {
2020
const MuiTableCell: Components<Theme>['MuiTableCell'] = {
2121
styleOverrides: {
2222
root: ({ theme }) => {
23-
return { borderBottom: `1px solid ${theme.palette.border.normal}` };
23+
return { borderBottom: `1px solid ${theme.palette.icon.disabled}` };
2424
}
2525
}
2626
};

0 commit comments

Comments
 (0)