golden-logic-ui 1.0.489 → 1.0.491
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/golden-logic-ui.js
CHANGED
|
@@ -63,7 +63,7 @@ const zr = (A, Q) => {
|
|
|
63
63
|
case "purple":
|
|
64
64
|
return " text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 dark:bg-purple-600 dark:hover:bg-purple-700 dark:focus:ring-purple-900";
|
|
65
65
|
case "primary":
|
|
66
|
-
return "
|
|
66
|
+
return "text-white btn-primary";
|
|
67
67
|
default:
|
|
68
68
|
return "";
|
|
69
69
|
}
|