meixioacomponent 0.4.23 → 0.4.24

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.
@@ -4542,7 +4542,7 @@
4542
4542
  position: relative;
4543
4543
  margin: 0;
4544
4544
  padding-left: 0;
4545
- background-color: var(--bg-white);
4545
+ background-color: var(--color-gray-s);
4546
4546
  border: none !important;
4547
4547
  }
4548
4548
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.4.23",
3
+ "version": "0.4.24",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -4542,7 +4542,7 @@
4542
4542
  position: relative;
4543
4543
  margin: 0;
4544
4544
  padding-left: 0;
4545
- background-color: var(--bg-white);
4545
+ background-color: var(--color-gray-s);
4546
4546
  border: none !important;
4547
4547
  }
4548
4548