Reduce visual weight of "add funds" button
This commit is contained in:
parent
7c1d70313b
commit
d38f1300c3
|
@ -18,11 +18,11 @@ export function AddFundsButton(props: { className?: string }) {
|
||||||
<label
|
<label
|
||||||
htmlFor="add-funds"
|
htmlFor="add-funds"
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'btn btn-xs normal-case modal-button bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600 font-normal border-none',
|
'btn btn-xs btn-ghost normal-case modal-button font-normal border-none',
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Add funds
|
(add funds)
|
||||||
</label>
|
</label>
|
||||||
<input type="checkbox" id="add-funds" className="modal-toggle" />
|
<input type="checkbox" id="add-funds" className="modal-toggle" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user