dtable-ui-component 7.0.0-ahn.23 → 7.0.0-ahn.24

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.
@@ -149,7 +149,7 @@ const MenuSelectStyle = exports.MenuSelectStyle = {
149
149
  dropdownIndicator: (provided, state) => {
150
150
  const isDisabled = state.isDisabled;
151
151
  return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, provided), {}, {
152
- paddingRight: '16px',
152
+ paddingRight: '12px',
153
153
  '.dtable-font': {
154
154
  color: 'var(--bs-icon-color) !important',
155
155
  opacity: isDisabled ? 0.65 : 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "7.0.0ahn.23",
3
+ "version": "7.0.0ahn.24",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",