mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: apply the same border for button groups (#10092)
This commit is contained in:
@@ -206,6 +206,16 @@ dark = createTheme(dark, {
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiButtonGroup: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
">button:hover+button": {
|
||||
// The !important is unfortunate, but necessary for the border.
|
||||
borderLeftColor: `${colors.gray[10]} !important`,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiTableContainer: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
|
||||
Reference in New Issue
Block a user