dtable-ui-component 5.0.1 → 5.0.2

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.
@@ -97,6 +97,5 @@
97
97
  .dtable-select .select-placeholder {
98
98
  line-height: 1;
99
99
  font-size: 14px;
100
- color: #999;
101
100
  white-space: nowrap;
102
101
  }
@@ -205,7 +205,7 @@
205
205
  .filters-list .delete-filter .dtable-icon-fork-number {
206
206
  display: inline-block;
207
207
  font-size: 12px;
208
- color: #949494;
208
+ color: #666;
209
209
  }
210
210
 
211
211
  .filters-list .multiple-option-name {
@@ -57,7 +57,7 @@
57
57
  font-style: normal;
58
58
  font-size: 12px;
59
59
  border-radius: 6px;
60
- background-color: #999;
60
+ background-color: #666;
61
61
  color: #fff;
62
62
  transform: translate(-50%, 9px) scale(0.8);
63
63
  }
@@ -94,7 +94,7 @@
94
94
 
95
95
  .dtable-toast-alert-container .toast-text-child {
96
96
  font-size: 14px;
97
- color: #999;
97
+ color: #666;
98
98
  margin: 0;
99
99
  }
100
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",