dtable-ui-component 6.0.110-oot.20 → 6.0.110-oot.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.
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  .seatable-search-input .input-icon-addon svg {
33
- color: var(--bs-body-secondary-color);
33
+ color: var(--bs-body-secondary-color);
34
34
  cursor: pointer;
35
35
  }
36
36
 
@@ -47,7 +47,6 @@
47
47
  padding: 6px 10px;
48
48
  min-width: 170px;
49
49
  position: relative;
50
- padding: 0;
51
50
  height: 40px;
52
51
  }
53
52
 
@@ -127,7 +127,7 @@
127
127
  }
128
128
 
129
129
  .seatable-option-group-selector-multiple-select .multiple-check-icon .dtable-icon-check {
130
- font-size: 12px;
130
+ font-size: 14px;
131
131
  }
132
132
 
133
133
  .seatable-option-group-selector-single-select .seatable-select-option:hover,
@@ -119,7 +119,6 @@
119
119
  }
120
120
 
121
121
  .option-group-content .dtable-icon-check {
122
- color: #666666;
122
+ color: var(--bs-icon-color);
123
123
  font-size: 14px;
124
- margin-left: 16px;
125
124
  }
@@ -85,7 +85,7 @@
85
85
 
86
86
  .option-group-content .dtable-icon-check {
87
87
  font-size: 14px !important;
88
- color: #666666;
88
+ color: var(--bs-icon-color);
89
89
  }
90
90
 
91
91
  .option.option-active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110oot.20",
3
+ "version": "6.0.110oot.21",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",