Skip to content

Commit 9a214c1

Browse files
committed
* Added a bit of margin to the controls
1 parent ce162cc commit 9a214c1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/pages/software/egld-price-calculator

src/pages/software/egld-price-calculator/index.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)