Skip to content

Commit

Permalink
chore: add board
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Apr 14, 2024
1 parent 066f88b commit e703cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/component/ConfirmDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function ConfirmDialog(props: IConfirmDialog) {
<div className="flex flex-row items-center justify-center">
<div className="-ml-12 mr-4">Fund {balanceData?.symbol} amount</div>
<input
className="input w-20"
className="input w-20 input-bordered"
type="text"
onChange={(e) => {
setFundAmount(e.target.value);
Expand Down

0 comments on commit e703cf9

Please sign in to comment.