flowbite-svelte 1.29.0 → 1.29.1
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/dropdown/theme.js
CHANGED
|
@@ -10,8 +10,8 @@ export const dropdownHeader = tv({
|
|
|
10
10
|
});
|
|
11
11
|
export const dropdownItem = tv({
|
|
12
12
|
slots: {
|
|
13
|
-
base: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",
|
|
14
|
-
active: "block px-4 py-2 text-primary-700 dark:text-primary-600 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",
|
|
13
|
+
base: "block w-full text-left px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",
|
|
14
|
+
active: "block w-full text-left px-4 py-2 text-primary-700 dark:text-primary-600 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",
|
|
15
15
|
li: ""
|
|
16
16
|
}
|
|
17
17
|
});
|