File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,17 @@ export const styles = theme => ({
7
7
/* Styles applied to the root element. */
8
8
root : {
9
9
flex : '1 1 auto' ,
10
- padding : '8px 24px' ,
11
10
WebkitOverflowScrolling : 'touch' , // Add iOS momentum scrolling.
12
11
overflowY : 'auto' ,
12
+ padding : '8px 24px' ,
13
+ '&:first-child' : {
14
+ // dialog without title
15
+ paddingTop : 20 ,
16
+ } ,
13
17
} ,
14
18
/* Styles applied to the root element if `dividers={true}`. */
15
19
dividers : {
20
+ padding : '16px 24px' ,
16
21
borderTop : `1px solid ${ theme . palette . divider } ` ,
17
22
borderBottom : `1px solid ${ theme . palette . divider } ` ,
18
23
} ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Typography from '../Typography';
6
6
export const styles = {
7
7
/* Styles applied to the root element. */
8
8
root : {
9
- marginBottom : 16 ,
9
+ marginBottom : 12 ,
10
10
} ,
11
11
} ;
12
12
You can’t perform that action at this time.
0 commit comments