Reduce visual weight of "add funds" button

This commit is contained in:
Austin Chen 2022-01-12 13:35:11 -05:00
parent 7c1d70313b
commit d38f1300c3

View File

@ -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" />