mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-17 05:46:24 +00:00
update token drop down styling
This commit is contained in:
parent
340c223a51
commit
cc20069a28
@ -82,7 +82,6 @@ function CurrencySelect({
|
|||||||
label={label}
|
label={label}
|
||||||
placeholder={label}
|
placeholder={label}
|
||||||
margin="normal"
|
margin="normal"
|
||||||
variant="outlined"
|
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
onBlur={onBlur}
|
onBlur={onBlur}
|
||||||
value={value || ''}
|
value={value || ''}
|
||||||
|
@ -369,7 +369,7 @@ const SubmissionSection = ({ classes, history }) => {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
id="goalToken"
|
id="goalToken"
|
||||||
label="Select Token"
|
label="Token"
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
onBlur={handleBlur}
|
onBlur={handleBlur}
|
||||||
value={values.goalToken}
|
value={values.goalToken}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user