@blocklet/ui-react 2.7.5 → 2.7.6

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 @@ function Header({
129
129
  items: navItems,
130
130
  className: "header-nav",
131
131
  bgColor: "transparent",
132
- textColor: "#888"
132
+ textColor: "#777"
133
133
  })
134
134
  })
135
135
  });
@@ -149,7 +149,7 @@ function Header(_ref) {
149
149
  items: navItems,
150
150
  className: "header-nav",
151
151
  bgColor: "transparent",
152
- textColor: "#888"
152
+ textColor: "#777"
153
153
  });
154
154
  }
155
155
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/ui-react",
3
- "version": "2.7.5",
3
+ "version": "2.7.6",
4
4
  "description": "Some useful front-end web components that can be used in Blocklets.",
5
5
  "keywords": [
6
6
  "react",
@@ -61,8 +61,8 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@arcblock/did-connect": "^2.7.5",
65
- "@arcblock/ux": "^2.7.5",
64
+ "@arcblock/did-connect": "^2.7.6",
65
+ "@arcblock/ux": "^2.7.6",
66
66
  "@emotion/react": "^11.10.4",
67
67
  "@emotion/styled": "^11.10.4",
68
68
  "@mui/material": "^5.10.8",
@@ -85,5 +85,5 @@
85
85
  "glob": "^10.3.3",
86
86
  "jest": "^28.1.3"
87
87
  },
88
- "gitHead": "5821ccc5b51c313ef45426587eb2357ffe951834"
88
+ "gitHead": "a47afa17248bfa0e1f164fa1122971433558b89f"
89
89
  }
@@ -104,7 +104,7 @@ function Header({ meta, addons, sessionManagerProps, homeLink, theme: themeOverr
104
104
  items={navItems}
105
105
  className="header-nav"
106
106
  bgColor="transparent"
107
- textColor="#888"
107
+ textColor="#777"
108
108
  />
109
109
  )}
110
110
  </StyledUxHeader>