@rkosafo/cai.components 0.0.15 → 0.0.16
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/ui/drawer/theme.js +2 -2
- package/package.json +1 -1
package/dist/ui/drawer/theme.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { tv } from 'tailwind-variants';
|
|
2
2
|
export const drawer = tv({
|
|
3
3
|
slots: {
|
|
4
|
-
base: 'z-
|
|
5
|
-
backdrop: 'fixed top-0 start-0 z-
|
|
4
|
+
base: 'z-2200 bg-white dark:bg-gray-800',
|
|
5
|
+
backdrop: 'fixed top-0 start-0 z-2100 w-full h-full',
|
|
6
6
|
header: 'flex items-center justify-between rounded-t-lg shrink-0 text-xl font-semibold text-gray-900 dark:text-white px-4 py-2 border-b',
|
|
7
7
|
close: 'absolute top-3 end-2.5',
|
|
8
8
|
body: 'p-4 md:p-5 space-y-4',
|