@lemon-fe/kits 1.0.0-189 → 1.0.0-190

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.
@@ -145,11 +145,11 @@
145
145
  }
146
146
 
147
147
  &-active-top {
148
- box-shadow: 0 -1px 0 var(--ant-primary-color);
148
+ box-shadow: 0 -1px 0 ~'var(--@{ant-prefix}-primary-color)';
149
149
  }
150
150
 
151
151
  &-active-bottom {
152
- box-shadow: 0 1px 0 var(--ant-primary-color);
152
+ box-shadow: 0 1px 0 ~'var(--@{ant-prefix}-primary-color)';
153
153
  }
154
154
 
155
155
  &-operator {
@@ -260,7 +260,7 @@
260
260
  opacity: 0;
261
261
 
262
262
  &:hover {
263
- background: var(--ant-primary-color);
263
+ background: ~'var(--@{ant-prefix}-primary-color)';
264
264
  }
265
265
  }
266
266
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.0.0-189",
3
+ "version": "1.0.0-190",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",