@epam/ai-dial-ui-kit 0.9.0-rc.7 → 0.9.0-rc.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 +2 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +8 -8
- package/dist/index.css +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -156,11 +156,11 @@ The library uses CSS custom properties for comprehensive theming. Override these
|
|
|
156
156
|
:root {
|
|
157
157
|
/* Background layers */
|
|
158
158
|
--bg-layer-0: #000000;
|
|
159
|
-
--bg-layer-1: #
|
|
159
|
+
--bg-layer-1: #0C101D;
|
|
160
160
|
--bg-layer-2: #171B21;
|
|
161
161
|
|
|
162
162
|
/* Text colors */
|
|
163
|
-
--text-primary:
|
|
163
|
+
--text-primary: ##EEF1F7;
|
|
164
164
|
--text-secondary: #9CA3AF;
|
|
165
165
|
--text-tertiary: #6B7280;
|
|
166
166
|
...
|