Skip to content

Commit

Permalink
update transfer-input text style
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 22, 2023
1 parent 965528b commit f6ec065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/components/transfer-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function TransferInput({
: "Enter an amount"
}
disabled={type === "target"}
className="px-small h-12 w-full rounded bg-transparent text-sm font-normal text-white focus-visible:outline-none disabled:cursor-not-allowed"
className="px-small h-12 w-full rounded bg-transparent text-base font-light text-white focus-visible:outline-none disabled:cursor-not-allowed"
onChange={({ target: { value } }) => {
if (value) {
if (!Number.isNaN(Number(value)) && token) {
Expand Down

0 comments on commit f6ec065

Please sign in to comment.