Make add funds button a gradient
This commit is contained in:
parent
1de41871bf
commit
0996e1faa7
|
@ -16,7 +16,9 @@ export function AddFundsButton() {
|
||||||
<>
|
<>
|
||||||
<label
|
<label
|
||||||
htmlFor="add-funds"
|
htmlFor="add-funds"
|
||||||
className={clsx('btn btn-sm btn-secondary modal-button')}
|
className={clsx(
|
||||||
|
'btn btn-sm modal-button bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600 font-normal border-none'
|
||||||
|
)}
|
||||||
>
|
>
|
||||||
Add funds
|
Add funds
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user