mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: make scrollbars match color scheme (#3807)
This commit is contained in:
@@ -14,6 +14,9 @@ export const getOverrides = ({ palette, breakpoints }: Theme): Overrides => {
|
||||
backgroundAttachment: "fixed",
|
||||
letterSpacing: "-0.015em",
|
||||
},
|
||||
":root": {
|
||||
colorScheme: palette.type,
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiAvatar: {
|
||||
|
||||
Reference in New Issue
Block a user