dtable-ui-component 6.0.110-aik.6 → 6.0.110-aik.7

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.
@@ -129,7 +129,7 @@
129
129
  width: 12px;
130
130
  line-height: 12px;
131
131
  top: 4px;
132
- right: 24px;
132
+ right: 22px;
133
133
  }
134
134
 
135
135
  .seatable-group-select .seatable-icon-btn:not(.disabled):hover {
@@ -18,7 +18,7 @@
18
18
 
19
19
  .group-selector .option .dtable-icon-check-mark {
20
20
  font-size: 12px;
21
- color: #798d99;
21
+ color: #666666;
22
22
  height: 12px !important;
23
23
  display: flex;
24
24
  align-items: center;
@@ -32,7 +32,7 @@
32
32
  }
33
33
 
34
34
  .group-selector .option.option-active .dtable-icon-check-mark {
35
- color: #798d99 !important;
35
+ color: #666666 !important;
36
36
  }
37
37
 
38
38
  .group-selector .option .select-option-name .single-select-option {
@@ -96,7 +96,7 @@
96
96
 
97
97
  .option-group-dtable-ui-multiple-select-selector .multiple-check-icon .dtable-icon-check-mark {
98
98
  font-size: 12px;
99
- color: #798d99;
99
+ color: #666666;
100
100
  }
101
101
 
102
102
  .option-group-dtable-ui-single-select-selector .option:hover,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-aik.6",
3
+ "version": "6.0.110-aik.7",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",