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: #1f2329;
17732
+ color: var(--font-color-d);
17733
17733
  margin: 0;
17734
17734
  }
17735
17735
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.3.87",
3
+ "version": "0.3.88",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -17729,7 +17729,7 @@
17729
17729
  .el-notification__title {
17730
17730
  font-weight: 700;
17731
17731
  font-size: 16px;
17732
- color: #1f2329;
17732
+ color: var(--font-color-d);
17733
17733
  margin: 0;
17734
17734
  }
17735
17735