@semi-bot/semi-theme-trade-pass-growth-platform-test 1.0.7 → 1.0.8

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.
package/README.md CHANGED
@@ -9,7 +9,7 @@ Compatible with Semi Foundation Version 2.97.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
- 组件样式定制
12
+ 更改semi-color-bg-0为f5f6f8
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-trade-pass-growth-platform-test",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -452,7 +452,7 @@
452
452
  "secondary-light/--semi-color-secondary-light-default": "rgba(var(--semi-light-blue-5), 0.2)"
453
453
  },
454
454
  "light": {
455
- "bg/--semi-color-bg-0": "rgba(238,238,238,1)",
455
+ "bg/--semi-color-bg-0": "rgba(245,246,248,1)",
456
456
  "bg/--semi-color-bg-1": "rgba(241,241,241,1)",
457
457
  "bg/--semi-color-bg-2": "rgba(245,245,245,1)",
458
458
  "bg/--semi-color-bg-3": "rgba(248,248,248,1)",
package/scss/global.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  @import './_palette.scss';
2
2
 
3
3
  body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-light {
4
- --semi-color-bg-0: rgba(238,238,238,1);
4
+ --semi-color-bg-0: rgba(245,246,248,1);
5
5
  --semi-color-bg-1: rgba(241,241,241,1);
6
6
  --semi-color-bg-2: rgba(245,245,245,1);
7
7
  --semi-color-bg-3: rgba(248,248,248,1);
package/semi.css CHANGED
@@ -351,7 +351,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
351
351
  }
352
352
 
353
353
  body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light {
354
- --semi-color-bg-0: rgba(238,238,238,1);
354
+ --semi-color-bg-0: rgba(245,246,248,1);
355
355
  --semi-color-bg-1: rgba(241,241,241,1);
356
356
  --semi-color-bg-2: rgba(245,245,245,1);
357
357
  --semi-color-bg-3: rgba(248,248,248,1);