feat: add icon for info box
This commit is contained in:
parent
6fcf369780
commit
27a8b89333
|
@ -27,6 +27,7 @@ const Deposit = () => {
|
||||||
message="Your Validator balances currently require a deposit. If you have already made a deposit using Launchpad please wait until the transaction is posted on execution layer to continue."
|
message="Your Validator balances currently require a deposit. If you have already made a deposit using Launchpad please wait until the transaction is posted on execution layer to continue."
|
||||||
variant="error"
|
variant="error"
|
||||||
onClosePress={onCloseInfoBox}
|
onClosePress={onCloseInfoBox}
|
||||||
|
icon={<PlaceholderIcon size={16} />}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Text size={19} weight={'semibold'}>
|
<Text size={19} weight={'semibold'}>
|
||||||
|
|
Loading…
Reference in New Issue