@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/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/ui/index.js +4 -1
- package/dist/ui/index.js.map +1 -1
- package/package.json +1 -1
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:
|
|
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,
|