@thebasenet/ui 0.1.6 → 0.1.7

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/ui/index.js CHANGED
@@ -669,7 +669,10 @@ var DateTimePickerInner = ({
669
669
  {
670
670
  variant: "outline",
671
671
  id: "date-picker",
672
- className: "w-full justify-between font-normal font-onest text-[15px] border-input focus-visible:border-primary-500 text-black placeholder:text-neutral-200!",
672
+ className: cn(
673
+ "w-full justify-between font-normal font-onest text-[15px] border-input focus-visible:border-primary-500",
674
+ date ? "text-black" : "text-neutral-300"
675
+ ),
673
676
  disabled,
674
677
  children: [
675
678
  formattedDateLabel,