@webitel/ui-sdk 23.12.82 → 23.12.84

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "23.12.82",
3
+ "version": "23.12.84",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -173,6 +173,7 @@ export default {
173
173
  min-height: var(--textarea-min-height);
174
174
  padding: var(--textarea-padding);
175
175
  resize: none;
176
+ color: var(--wt-text-field-text-color);
176
177
  transition: var(--transition);
177
178
  background: transparent;
178
179
  border: var(--input-border);
@@ -167,8 +167,8 @@
167
167
  --transfer-on-color: var(--white);
168
168
 
169
169
  // primary colors
170
- --primary-color: var(--amber-accent-2);
171
- --primary-hover-color: var(--amber-accent-3);
170
+ --primary-color: var(--amber-darken-2);
171
+ --primary-hover-color: var(--amber-darken-1);
172
172
  --primary-light-color: var(--amber-lighten-4);
173
173
  --primary-on-color: var(--black);
174
174