Skip to content

Commit 0bc94a4

Browse files
committed
Un-glue form inputs in House theme
1 parent b8f2f43 commit 0bc94a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/ra-ui-materialui/src/theme/houseTheme.ts

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ const componentsOverrides = (theme: Theme) => ({
2626
},
2727
},
2828
},
29+
MuiFormControl: {
30+
defaultProps: {
31+
margin: 'dense' as const,
32+
},
33+
},
2934
MuiOutlinedInput: {
3035
styleOverrides: {
3136
input: {

0 commit comments

Comments
 (0)