@starasia/admin 4.3.1 → 4.3.2
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.js +1 -1
- package/dist/index.es.js +0 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1415,7 +1415,6 @@ const mr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1415
1415
|
variant: "sub-h3",
|
|
1416
1416
|
style: {
|
|
1417
1417
|
color: s ? i ?? "var(--sa-text-primary, #292a2e)" : n ?? "var(--sa-text-subtle, #8c8f97)",
|
|
1418
|
-
textDecoration: s ? "underline" : "none",
|
|
1419
1418
|
transition: "color 0.15s ease"
|
|
1420
1419
|
},
|
|
1421
1420
|
children: t || "Back"
|