@innovaccer/design-system 4.11.0 → 4.11.2

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.
@@ -10355,7 +10355,6 @@ body {
10355
10355
 
10356
10356
  .ChatInput-textarea {
10357
10357
  flex: 1;
10358
- /* height: 100%; */
10359
10358
  height: var(--spacing-60);
10360
10359
  width: 100%;
10361
10360
  resize: none;
@@ -10373,6 +10372,7 @@ body {
10373
10372
  font-weight: var(--font-weight-normal);
10374
10373
  line-height: var(--font-height);
10375
10374
  font-size: var(--font-size);
10375
+ color: var(--inverse);
10376
10376
  }
10377
10377
 
10378
10378
  .ChatInput-textarea::-moz-placeholder {