dtable-ui-component 6.0.110-ast.10 → 6.0.110-ast.11

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.
@@ -188,7 +188,8 @@ class DTableSelect extends _react.default.Component {
188
188
  className: "dtable-font dtable-icon-check seatable-check-color d-flex align-items-center justify-content-center",
189
189
  style: {
190
190
  width: '14px',
191
- height: '14px'
191
+ height: '14px',
192
+ color: 'var(--bs-icon-secondary-color)'
192
193
  }
193
194
  })]
194
195
  });
@@ -8,5 +8,5 @@
8
8
  }
9
9
 
10
10
  .seatable-check-color {
11
- color: var(--bs-icon-secondary-color) !important;
11
+ color: var(--bs-icon-secondary-color);
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110ast.10",
3
+ "version": "6.0.110ast.11",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",