@semi-bot/semi-theme-trade-pass-growth-platform-test 1.0.7 → 1.0.9
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 +1 -1
- package/package.json +1 -1
- package/raw.json +1 -1
- package/scss/global.scss +1 -1
- package/semi.css +1 -1
- package/semi.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
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(
|
|
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(
|
|
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(
|
|
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);
|