aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/components.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/theme/components.js')
-rw-r--r--modern/src/common/theme/components.js40
1 files changed, 0 insertions, 40 deletions
diff --git a/modern/src/common/theme/components.js b/modern/src/common/theme/components.js
deleted file mode 100644
index 56a2ac75..00000000
--- a/modern/src/common/theme/components.js
+++ /dev/null
@@ -1,40 +0,0 @@
-export default {
- MuiUseMediaQuery: {
- defaultProps: {
- noSsr: true,
- },
- },
- MuiOutlinedInput: {
- styleOverrides: {
- root: ({ theme }) => ({
- backgroundColor: theme.palette.background.default,
- }),
- },
- },
- MuiButton: {
- styleOverrides: {
- sizeMedium: {
- height: '40px',
- },
- },
- },
- MuiFormControl: {
- defaultProps: {
- size: 'small',
- },
- },
- MuiSnackbar: {
- defaultProps: {
- anchorOrigin: {
- vertical: 'bottom',
- horizontal: 'center',
- },
- },
- },
- MuiTooltip: {
- defaultProps: {
- enterDelay: 500,
- enterNextDelay: 500,
- },
- },
-};