@alauda/ui 6.3.0 → 6.3.1-beta

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme/style.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.3.0",
3
+ "version": "6.3.1-beta",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
package/theme/style.css CHANGED
@@ -154,7 +154,7 @@ html[aui-theme-mode=light] {
154
154
  --aui-color-r-4: 121, 43, 63;
155
155
  --aui-color-r-6: 83, 41, 57;
156
156
  --aui-color-r-7: 101, 42, 60;
157
- --aui-color-n-1: 243, 244, 248;
157
+ --aui-color-n-1: 238, 239, 243;
158
158
  --aui-color-n-2: 200, 201, 205;
159
159
  --aui-color-n-3: 184, 186, 194;
160
160
  --aui-color-n-4: 152, 154, 162;
@@ -208,7 +208,7 @@ html[aui-theme-mode=dark] {
208
208
  --aui-color-r-4: 121, 43, 63;
209
209
  --aui-color-r-6: 83, 41, 57;
210
210
  --aui-color-r-7: 101, 42, 60;
211
- --aui-color-n-1: 243, 244, 248;
211
+ --aui-color-n-1: 238, 239, 243;
212
212
  --aui-color-n-2: 200, 201, 205;
213
213
  --aui-color-n-3: 184, 186, 194;
214
214
  --aui-color-n-4: 152, 154, 162;