@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.js
CHANGED
|
@@ -421,7 +421,7 @@ var Dropdown = ({
|
|
|
421
421
|
createPortal(menu, document.body)
|
|
422
422
|
] });
|
|
423
423
|
};
|
|
424
|
-
var variantBase = "flex h-
|
|
424
|
+
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";
|
|
425
425
|
var variantClasses3 = {
|
|
426
426
|
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",
|
|
427
427
|
primary: "bg-brand-500 text-white shadow-theme-xs hover:bg-brand-600",
|