@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.js
CHANGED
|
@@ -694,7 +694,7 @@ function Modal({
|
|
|
694
694
|
"div",
|
|
695
695
|
{
|
|
696
696
|
className: classNames({
|
|
697
|
-
"flex items-center justify-between px-3 pt-3 pb-2 space-x-2 sm:px-
|
|
697
|
+
"flex items-center justify-between px-3 pt-3 pb-2 space-x-2 sm:px-5 sm:pt-6 sm:pb-3": true,
|
|
698
698
|
"sm:border-b sm:border-gray-200 dark:sm:border-charcoal-700 sm:shadow-sm": !!sidebar
|
|
699
699
|
}),
|
|
700
700
|
children: [
|