@lukeashford/aurelius 4.10.0 → 4.10.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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -231,7 +231,7 @@ var Button = import_react.default.forwardRef(
|
|
|
231
231
|
loading && /* @__PURE__ */ import_react.default.createElement(
|
|
232
232
|
"span",
|
|
233
233
|
{
|
|
234
|
-
className: "mr-2 inline-block h-4 w-4 animate-pulse rounded-full bg-
|
|
234
|
+
className: "mr-2 inline-block h-4 w-4 animate-pulse rounded-full bg-current",
|
|
235
235
|
"aria-hidden": true
|
|
236
236
|
}
|
|
237
237
|
),
|