Skip to content

Commit dc87dd3

Browse files
committed
Add style overrides for MuiChip component
1 parent 70d334e commit dc87dd3

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
@@ -76,6 +76,13 @@ const defaultTheme = createTheme({
7676
},
7777
},
7878
components: {
79+
MuiChip: {
80+
styleOverrides: {
81+
root: {
82+
borderRadius: "0.2rem",
83+
},
84+
},
85+
},
7986
MuiImageList: {
8087
styleOverrides: {
8188
root: {

0 commit comments

Comments
 (0)