Skip to content

Commit a1a19ab

Browse files
Merge pull request #28 from visual-heuristics/hotfix_styles
fix styles
2 parents 7b3dfa5 + 3c64bf9 commit a1a19ab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/App.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
left: 0;
99
right: 0;
1010
bottom: 0;
11-
background-color: #fafafa;
11+
background-color: #ffffff;
1212
}

src/Styles/index.module.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
justify-content: center;
1414
}
1515

16+
.btnBoxVFG {
17+
padding: 20px;
18+
display: flex;
19+
justify-content: space-around;
20+
}
21+
1622
.dropareaBox {
1723
/*
1824
background: #fff;

src/pages/PageTwo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ render() {
125125
</Container>
126126

127127
<Container maxWidth="sm" component="main">
128-
<div className={css.buttonBox}>
128+
<div className={css.btnBoxVFG}>
129129
<Button variant="contained" color="default" onClick={this.handleOnClick} text-align="left">Cancel</Button>
130130
<Button variant="contained" color="primary" startIcon={<CloudUploadIcon />} onClick={()=>{
131131
// eslint-disable-next-line no-restricted-globals

0 commit comments

Comments
 (0)