File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
left : 0 ;
9
9
right : 0 ;
10
10
bottom : 0 ;
11
- background-color : #fafafa ;
11
+ background-color : #ffffff ;
12
12
}
Original file line number Diff line number Diff line change 13
13
justify-content : center ;
14
14
}
15
15
16
+ .btnBoxVFG {
17
+ padding : 20px ;
18
+ display : flex ;
19
+ justify-content : space-around ;
20
+ }
21
+
16
22
.dropareaBox {
17
23
/*
18
24
background: #fff;
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ render() {
125
125
</ Container >
126
126
127
127
< Container maxWidth = "sm" component = "main" >
128
- < div className = { css . buttonBox } >
128
+ < div className = { css . btnBoxVFG } >
129
129
< Button variant = "contained" color = "default" onClick = { this . handleOnClick } text-align = "left" > Cancel</ Button >
130
130
< Button variant = "contained" color = "primary" startIcon = { < CloudUploadIcon /> } onClick = { ( ) => {
131
131
// eslint-disable-next-line no-restricted-globals
You can’t perform that action at this time.
0 commit comments