react-restyle-components 0.3.57 → 0.3.58
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.
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
--gradient-light-stop-1: #370f5b;
|
|
138
138
|
--gradient-light-stop-2: #001a42;
|
|
139
139
|
}
|
|
140
|
-
.
|
|
141
|
-
.
|
|
140
|
+
._ :global(:root),
|
|
141
|
+
.theme-light {
|
|
142
142
|
--brand-white: #fff;
|
|
143
143
|
--brand-black: #0c0e11;
|
|
144
144
|
--brand-theme-purple: #8223d2;
|
|
@@ -387,11 +387,11 @@
|
|
|
387
387
|
--gradient-light-stop-1: #faecff;
|
|
388
388
|
--gradient-light-stop-2: #f0efff;
|
|
389
389
|
}
|
|
390
|
+
._ :global(:root),
|
|
390
391
|
.partner-dark,
|
|
391
392
|
.partner-light,
|
|
392
393
|
.theme-dark,
|
|
393
|
-
.theme-light
|
|
394
|
-
._ :global(:root) {
|
|
394
|
+
.theme-light {
|
|
395
395
|
--action-outline-fill: var(--fills-surface-contrast-inverse);
|
|
396
396
|
--action-border-radius: var(--border-radius-round);
|
|
397
397
|
--tag-on-theme-alt: var(--on-secondary);
|
|
@@ -408,9 +408,9 @@
|
|
|
408
408
|
--action-subtle-engaged: var(--primary);
|
|
409
409
|
--action-filled-action: var(--primary);
|
|
410
410
|
}
|
|
411
|
-
|
|
411
|
+
._ :global(*),
|
|
412
412
|
._ :global(:after),
|
|
413
|
-
:before {
|
|
413
|
+
._ :global(:before) {
|
|
414
414
|
--tw-border-spacing-x: 0;
|
|
415
415
|
--tw-border-spacing-y: 0;
|
|
416
416
|
--tw-translate-x: 0;
|