Skip to content

Commit

Permalink
fix(Form): fix amount input font size
Browse files Browse the repository at this point in the history
  • Loading branch information
wlliaml committed Nov 8, 2023
1 parent ceabf94 commit 2c368d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/AmountInput/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
top: 0;
left: var(--spacing-base);
height: 100%;
font-size: var(--font-size-md);
font-size: var(--font-size-sm);
line-height: var(--input-height);
color: var(--color-black);
pointer-events: none;
Expand Down

0 comments on commit 2c368d1

Please sign in to comment.