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
|
});
|