Skip to content

Commit

Permalink
modify font size
Browse files Browse the repository at this point in the history
  • Loading branch information
muddlebee committed Nov 16, 2024
1 parent e3b7292 commit f6d47cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default function Component() {
type="number"
value={inputAmount}
onChange={(e) => handleInputChange(e.target.value)}
className="border-0 bg-transparent text-3xl text-white placeholder:text-slate-500 focus-visible:ring-0 focus-visible:ring-offset-0 text-right"
className="border-0 bg-transparent text-2xl text-white placeholder:text-slate-500 focus-visible:ring-0 focus-visible:ring-offset-0 text-right"
placeholder="0"
/>
</div>
Expand Down Expand Up @@ -292,7 +292,7 @@ export default function Component() {
type="number"
value={outputAmount}
readOnly
className="border-0 bg-transparent text-3xl text-white placeholder:text-slate-500 focus-visible:ring-0 focus-visible:ring-offset-0 text-right"
className="border-0 bg-transparent text-2xl text-white placeholder:text-slate-500 focus-visible:ring-0 focus-visible:ring-offset-0 text-right"
placeholder="0"
/>
</div>
Expand Down

0 comments on commit f6d47cf

Please sign in to comment.