themed switch (#418)

This commit is contained in:
Igor 2021-04-17 17:34:51 +03:00 committed by GitHub
parent c7e1440a4c
commit e5d01e2443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,11 @@ const extendedTheme = extendTheme({
colorScheme: "theme",
},
},
Switch: {
defaultProps: {
colorScheme: "theme",
},
},
Modal: {
baseStyle: (props) => ({
dialog: {