lucentia-ui 0.2.21 → 0.2.22
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/dist/styles/base.css +1 -0
- package/dist/styles/tokens.css +2 -3
- package/package.json +1 -1
package/dist/styles/base.css
CHANGED
package/dist/styles/tokens.css
CHANGED
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
--font-weight-regular: 400;
|
|
18
18
|
--font-weight-medium: 500;
|
|
19
19
|
--font-weight-bold: 600;
|
|
20
|
-
--font-weight-black: 700;
|
|
21
20
|
|
|
22
21
|
/* ===== Radius ===== */
|
|
23
22
|
--radius-xs: 4px;
|
|
@@ -117,10 +116,10 @@ html[data-theme="dark"] {
|
|
|
117
116
|
--color-error-container: #93000a;
|
|
118
117
|
--color-on-error-container: #ffdad6;
|
|
119
118
|
|
|
120
|
-
--color-background: #
|
|
119
|
+
--color-background: #1E2927;
|
|
121
120
|
--color-on-background: #dde4e3;
|
|
122
121
|
|
|
123
|
-
--color-surface: #
|
|
122
|
+
--color-surface: #1E2927bf;
|
|
124
123
|
--color-on-surface: #c3cbca;
|
|
125
124
|
--color-on-surface-variant: #dde4e380;
|
|
126
125
|
--color-surface-container: #262d2d;
|
package/package.json
CHANGED