dtable-ui-component 6.0.110-oot.16 → 6.0.110-oot.18
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.
|
@@ -71,7 +71,8 @@ class DTableCustomizeSearchInput extends _react.Component {
|
|
|
71
71
|
},
|
|
72
72
|
onClick: this.clearSearch,
|
|
73
73
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
|
|
74
|
-
symbol: "close"
|
|
74
|
+
symbol: "close",
|
|
75
|
+
color: "var(--bs-icon-secondary-color)"
|
|
75
76
|
})
|
|
76
77
|
});
|
|
77
78
|
};
|
|
@@ -119,7 +119,8 @@ class DTableCustomizeSelect extends _react.Component {
|
|
|
119
119
|
}), !isLocked && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
120
120
|
className: "d-inline-flex align-items-center",
|
|
121
121
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
|
|
122
|
-
symbol: "down"
|
|
122
|
+
symbol: "down",
|
|
123
|
+
color: "var(--bs-icon-color)"
|
|
123
124
|
})
|
|
124
125
|
})]
|
|
125
126
|
}), this.state.isShowSelectOptions && !isInModal && /*#__PURE__*/(0, _jsxRuntime.jsx)(_selectOptionGroup.default, {
|
|
@@ -14,7 +14,8 @@ const SelectDropdownIndicator = () => {
|
|
|
14
14
|
className: "select-dropdown-indicator d-flex align-items-center",
|
|
15
15
|
"aria-hidden": "true",
|
|
16
16
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
|
|
17
|
-
symbol: "down"
|
|
17
|
+
symbol: "down",
|
|
18
|
+
color: "var(--bs-icon-color)"
|
|
18
19
|
})
|
|
19
20
|
});
|
|
20
21
|
};
|