@agorapulse/ui-theme 16.3.2 → 16.3.3

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.
Binary file
@@ -33,6 +33,9 @@
33
33
  &.ap-textarea.resizable {
34
34
  resize: auto;
35
35
  }
36
+ &.ap-textarea {
37
+ min-width: 256px;
38
+ }
36
39
  &[type='search']::-webkit-search-decoration,
37
40
  &[type='search']::-webkit-search-cancel-button,
38
41
  &[type='search']::-webkit-search-results-button,
@@ -289,6 +289,7 @@
289
289
  font-weight: var(--comp-select-one-line-selected-text-font-weight);
290
290
  .option-item {
291
291
  font-weight: var(--comp-select-one-line-selected-text-font-weight);
292
+ color: var(--ref-color-grey-100);
292
293
  }
293
294
 
294
295
  &:not(.multiple) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "16.3.2",
3
+ "version": "16.3.3",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file