File tree Expand file tree Collapse file tree
src/pages/software/egld-price-calculator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,13 +145,15 @@ const EgldPriceCalculator = () => {
145145 label = "Amount"
146146 value = { egld }
147147 type = "number"
148+ style = { { marginTop : 10 } }
148149 fullWidth
149150 onChange = { changeEgldAmount }
150151 />
151152 </ Grid >
152153 < Grid item xs = { 12 } md = { 2 } lg = { 2 } >
153154 < FormControl
154155 variant = "outlined"
156+ style = { { marginTop : 10 } }
155157 fullWidth
156158 >
157159 < InputLabel > Currency</ InputLabel >
@@ -176,13 +178,15 @@ const EgldPriceCalculator = () => {
176178 label = "Amount"
177179 value = { currencyAmount }
178180 type = "number"
181+ style = { { marginTop : 10 } }
179182 fullWidth
180183 onChange = { changeCurrencyAmount }
181184 />
182185 </ Grid >
183186 < Grid item xs = { 12 } md = { 2 } lg = { 2 } >
184187 < FormControl
185188 variant = "outlined"
189+ style = { { marginTop : 10 } }
186190 fullWidth
187191 >
188192 < InputLabel > Currency</ InputLabel >
You can’t perform that action at this time.
0 commit comments