@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/index.js
CHANGED
|
@@ -1026,7 +1026,10 @@ var DateTimePickerInner = ({
|
|
|
1026
1026
|
{
|
|
1027
1027
|
variant: "outline",
|
|
1028
1028
|
id: "date-picker",
|
|
1029
|
-
className:
|
|
1029
|
+
className: cn(
|
|
1030
|
+
"w-full justify-between font-normal font-onest text-[15px] border-input focus-visible:border-primary-500",
|
|
1031
|
+
date ? "text-black" : "text-neutral-300"
|
|
1032
|
+
),
|
|
1030
1033
|
disabled,
|
|
1031
1034
|
children: [
|
|
1032
1035
|
formattedDateLabel,
|