@codapet/design-system 0.7.1 → 0.7.2
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 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2604,10 +2604,7 @@ function DateInput({
|
|
|
2604
2604
|
showOutsideDays,
|
|
2605
2605
|
startMonth: dropdownStartMonth,
|
|
2606
2606
|
endMonth: dropdownEndMonth,
|
|
2607
|
-
className: cn(
|
|
2608
|
-
"w-auto mx-auto overflow-y-auto h-auto m-2",
|
|
2609
|
-
calendarClassName
|
|
2610
|
-
),
|
|
2607
|
+
className: cn("w-auto mx-auto h-auto sm:m-2", calendarClassName),
|
|
2611
2608
|
classNames,
|
|
2612
2609
|
components,
|
|
2613
2610
|
formatters,
|