1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

make icon bigger n better

This commit is contained in:
Kushagra Gour
2019-03-03 18:06:26 +05:30
parent af2795c12b
commit 5694a115c8
5 changed files with 27 additions and 41 deletions

View File

@@ -31,7 +31,7 @@ export class CreateNewModal extends Component {
<div style="flex:1;" class="tac">
<svg
width="287px"
height="150px"
height="80px"
viewBox="0 0 287 197"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
@@ -117,7 +117,7 @@ export class CreateNewModal extends Component {
<div style="flex:1" class="tac ml-2">
<svg
width="286px"
height="150px"
height="80px"
viewBox="0 0 286 196"
version="1.1"
style={`opacity:${this.state.isFileModeSelected ? '1' : '0.4'}`}