meixioacomponent 0.3.87 → 0.3.88
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.
|
@@ -17729,7 +17729,7 @@
|
|
|
17729
17729
|
.el-notification__title {
|
|
17730
17730
|
font-weight: 700;
|
|
17731
17731
|
font-size: 16px;
|
|
17732
|
-
color:
|
|
17732
|
+
color: var(--font-color-d);
|
|
17733
17733
|
margin: 0;
|
|
17734
17734
|
}
|
|
17735
17735
|
|
package/package.json
CHANGED
|
@@ -17729,7 +17729,7 @@
|
|
|
17729
17729
|
.el-notification__title {
|
|
17730
17730
|
font-weight: 700;
|
|
17731
17731
|
font-size: 16px;
|
|
17732
|
-
color:
|
|
17732
|
+
color: var(--font-color-d);
|
|
17733
17733
|
margin: 0;
|
|
17734
17734
|
}
|
|
17735
17735
|
|