@titaui/pc 1.11.38 → 1.11.39

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.
@@ -38,5 +38,5 @@
38
38
  .titaui-text-avatar--editable:hover {
39
39
  cursor: pointer;
40
40
  border-radius: 8px;
41
- border-color: #bfc7d5;
41
+ border-color: #DFE3EA;
42
42
  }
@@ -98,7 +98,7 @@
98
98
 
99
99
  .titaui-task-tree__e-task-node-actions-date--canedit:hover {
100
100
  border-radius: 8px;
101
- border: 1px solid #bfc7d5;
101
+ border: 1px solid #DFE3EA;
102
102
  padding: 3px;
103
103
  }
104
104
 
@@ -254,7 +254,7 @@
254
254
 
255
255
  .titaui-task-tree__e-project-node-actions-date--canedit:hover {
256
256
  border-radius: 8px;
257
- border: 1px solid #bfc7d5;
257
+ border: 1px solid #DFE3EA;
258
258
  padding: 3px;
259
259
  }
260
260
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.11.38",
3
+ "version": "1.11.39",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",