@hyperbridge/ui 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -625,7 +625,7 @@ var NumericInput = React2.forwardRef(
|
|
|
625
625
|
autoComplete,
|
|
626
626
|
maxLength,
|
|
627
627
|
className: cn(
|
|
628
|
-
"w-
|
|
628
|
+
"w-full border-none ring-0 focus-visible:ring-0 focus-visible:ring-offset-0 text-[48px] leading-[1.2] h-[58px] p-0 text-white placeholder:text-brand-black-100 disabled:opacity-50 bg-transparent outline-none",
|
|
629
629
|
className
|
|
630
630
|
)
|
|
631
631
|
}
|