File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ const useStyles = makeStyles((theme) => ({
51
51
background : props . type === "info" ? theme . palette . primary . main : theme . palette . background . paper ,
52
52
border : `1px solid ${ theme . palette . divider } ` ,
53
53
} ,
54
+ "& .MuiDialogActions-spacing" : {
55
+ padding : `0 ${ theme . spacing ( 3.75 ) } px ${ theme . spacing ( 3.75 ) } px` ,
56
+ }
54
57
} ) ,
55
58
dialogContent : ( props : StyleProps ) => ( {
56
59
color : props . type === "info" ? theme . palette . primary . contrastText : theme . palette . text . secondary ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ const useButtonStyles = makeStyles((theme) => ({
148
148
borderRadius : theme . shape . borderRadius ,
149
149
fontSize : theme . typography . h6 . fontSize ,
150
150
fontWeight : theme . typography . h5 . fontWeight ,
151
- padding : theme . spacing ( 2.25 ) ,
151
+ padding : ` ${ theme . spacing ( 0.75 ) } px ${ theme . spacing ( 2 ) } px` ,
152
152
width : "100%" ,
153
153
boxShadow : "none" ,
154
154
} ,
You can’t perform that action at this time.
0 commit comments