Skip to content

Commit 1a5cf7e

Browse files
committed
Add style override for MuiTableCell
1 parent fd286e2 commit 1a5cf7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llmstack/client/src/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ const defaultTheme = createTheme({
163163
},
164164
},
165165
},
166+
MuiTableCell: {
167+
styleOverrides: {
168+
root: {
169+
borderBottom: "1px solid #efefefa1",
170+
},
171+
},
172+
},
166173
MuiTextField: {
167174
defaultProps: {
168175
variant: "outlined",

0 commit comments

Comments
 (0)