@jiaozhiye/qm-design-react 1.10.12 → 1.10.14

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.
@@ -53,7 +53,7 @@
53
53
  position: absolute;
54
54
  top: 10px;
55
55
  inset-inline-end: 10px;
56
- color: @--text-color-secondary;
56
+ color: @--text-color-placeholder;
57
57
  width: 22px;
58
58
  height: 22px;
59
59
  display: flex;
@@ -160,7 +160,7 @@
160
160
  }
161
161
  .handle {
162
162
  padding: 2px;
163
- color: @--text-color-secondary;
163
+ color: @--text-color-placeholder;
164
164
  cursor: s-resize;
165
165
  transform: scale(0.9);
166
166
  }
@@ -176,7 +176,7 @@
176
176
  .close-icon {
177
177
  padding: 2px;
178
178
  font-size: 12px;
179
- color: @--text-color-secondary;
179
+ color: @--text-color-placeholder;
180
180
  border-radius: 4px;
181
181
  cursor: pointer;
182
182
  display: none;