dtable-ui-component 7.0.0-ahn.20 → 7.0.0-ahn.21
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.
|
@@ -42,7 +42,8 @@ const FOCUS_CONTROL_STYLE = {
|
|
|
42
42
|
outline: '0'
|
|
43
43
|
};
|
|
44
44
|
const HEADER_ICON_STYLE = {
|
|
45
|
-
|
|
45
|
+
margin: '0 0.5rem 0 0 !important',
|
|
46
|
+
padding: 0
|
|
46
47
|
};
|
|
47
48
|
const controlCallback = (provided, state) => {
|
|
48
49
|
const isDisabled = state.isDisabled,
|