@woobee/ui 0.3.2 → 0.3.3
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -688,7 +688,7 @@ function Modal({
|
|
|
688
688
|
"div",
|
|
689
689
|
{
|
|
690
690
|
className: classNames({
|
|
691
|
-
"flex items-center justify-between px-3 pt-3 pb-2 space-x-2 sm:px-
|
|
691
|
+
"flex items-center justify-between px-3 pt-3 pb-2 space-x-2 sm:px-5 sm:pt-6 sm:pb-3": true,
|
|
692
692
|
"sm:border-b sm:border-gray-200 dark:sm:border-charcoal-700 sm:shadow-sm": !!sidebar
|
|
693
693
|
}),
|
|
694
694
|
children: [
|