Skip to content

Commit

Permalink
added background css to the input field (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajTade authored Oct 6, 2024
1 parent b081781 commit a5660b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function PricingSlider() {
max={MAX_REGIONS}
step={1}
trailing="regions"
className="text-right font-mono"
className="text-right font-mono bg-background"
value={inputValue}
onChange={(e) =>
setInputValue(Number.parseInt(e.target.value) || 0)
Expand Down

0 comments on commit a5660b7

Please sign in to comment.