@mundogamernetwork/shared-ui 1.1.69 → 1.1.70
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/package.json
CHANGED
|
@@ -814,7 +814,7 @@ onMounted(async () => {
|
|
|
814
814
|
color: var(--card-article-title);
|
|
815
815
|
span { color: var(--key-accent, var(--primary, var(--key-accent, var(--primary, #D297FF)))); }
|
|
816
816
|
.yellow { color: var(--status-pending, #FFD600); }
|
|
817
|
-
.
|
|
817
|
+
.red { color: var(--danger, #e53935); }
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
.bar {
|
|
@@ -843,7 +843,7 @@ onMounted(async () => {
|
|
|
843
843
|
color: var(--secondary-info-fg);
|
|
844
844
|
i { color: var(--key-accent, var(--primary, var(--key-accent, var(--primary, #D297FF)))); }
|
|
845
845
|
.yellow { color: var(--status-pending, #FFD600); }
|
|
846
|
-
.
|
|
846
|
+
.red { color: var(--danger, #e53935); }
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
849
|
|