Skip to content

Commit a304ed5

Browse files
sudhanshutechaabidsofi19
authored andcommitted
fix(border): theme
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
1 parent 22bbe67 commit a304ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/ResponsiveDataTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const dataTableTheme = (theme: Theme) =>
8383
color: theme.palette.text.default
8484
},
8585
root: {
86-
borderBottom: 'none'
86+
borderBottom: `1px solid ${theme.palette.border.default}`
8787
}
8888
}
8989
},

0 commit comments

Comments
 (0)