@andreagiugni/tailwind-dashboard-ui 1.0.16 → 1.0.17
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -427,7 +427,7 @@ var Dropdown = ({
|
|
|
427
427
|
reactDom.createPortal(menu, document.body)
|
|
428
428
|
] });
|
|
429
429
|
};
|
|
430
|
-
var variantBase = "flex h-
|
|
430
|
+
var variantBase = "flex h-10 w-full items-center gap-2 rounded-lg px-4 py-2.5 text-left text-sm font-medium transition";
|
|
431
431
|
var variantClasses3 = {
|
|
432
432
|
default: "text-gray-700 hover:bg-gray-100 hover:text-gray-900 dark:text-gray-300 dark:hover:bg-white/5 dark:hover:text-white",
|
|
433
433
|
primary: "bg-brand-500 text-white shadow-theme-xs hover:bg-brand-600",
|