@starasia/admin 2.0.2 → 2.0.3
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 +6 -6
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -598,9 +598,9 @@ function nr({
|
|
|
598
598
|
paddingBottom: "0.5rem",
|
|
599
599
|
borderRadius: "var(--sa-radii-md, 0.5rem)",
|
|
600
600
|
textAlign: "left",
|
|
601
|
-
border: gA ? "1px solid var(--sa-border-
|
|
602
|
-
backgroundColor: gA ? "var(--sa-background-
|
|
603
|
-
color: gA ? "var(--sa-text-
|
|
601
|
+
border: gA ? "1px solid var(--sa-border-brand, #031f43)" : "1px solid transparent",
|
|
602
|
+
backgroundColor: gA ? "var(--sa-background-brand-subtlest, #e6edf6)" : "transparent",
|
|
603
|
+
color: gA ? "var(--sa-text-brand, #031f43)" : "var(--sa-color-gray-800, #505258)",
|
|
604
604
|
// transition: "all 0.2s",
|
|
605
605
|
cursor: "pointer"
|
|
606
606
|
},
|
|
@@ -725,11 +725,11 @@ function nr({
|
|
|
725
725
|
paddingBottom: "0.5rem",
|
|
726
726
|
borderRadius: "var(--sa-radii-md, 0.5rem)",
|
|
727
727
|
textAlign: "left",
|
|
728
|
-
backgroundColor: aA(AA.to) ? "var(--sa-background-
|
|
729
|
-
color: aA(AA.to) ? "var(--sa-text-
|
|
728
|
+
backgroundColor: aA(AA.to) ? "var(--sa-background-brand-subtlest, #e6edf6)" : "transparent",
|
|
729
|
+
color: aA(AA.to) ? "var(--sa-text-brand, #031f43)" : "var(--sa-color-gray-800, #505258)",
|
|
730
730
|
// transition: "all 0.2s",
|
|
731
731
|
cursor: "pointer",
|
|
732
|
-
border: aA(AA.to) ? "1px solid var(--sa-border-
|
|
732
|
+
border: aA(AA.to) ? "1px solid var(--sa-border-brand, #031f43)" : "1px solid transparent"
|
|
733
733
|
},
|
|
734
734
|
onMouseEnter: (JA) => {
|
|
735
735
|
aA(AA.to) || (JA.currentTarget.style.backgroundColor = "var(--sa-color-gray-200, #f0f1f2)");
|