Openstatus www.openstatus.dev

added background css to the input field (#1037)

authored by

surajTade and committed by
GitHub
a5660b7c b0817810

+1 -1
+1 -1
apps/web/src/components/marketing/pricing/pricing-slider.tsx
··· 58 58 max={MAX_REGIONS} 59 59 step={1} 60 60 trailing="regions" 61 - className="text-right font-mono" 61 + className="text-right font-mono bg-background" 62 62 value={inputValue} 63 63 onChange={(e) => 64 64 setInputValue(Number.parseInt(e.target.value) || 0)