rd-outer-component 0.1.12 → 0.1.13

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": "rd-outer-component",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15.2.10",
6
6
  "@angular/core": "15.2.10",
@@ -146,6 +146,7 @@ textarea[disabled] {
146
146
  font-weight: 600;
147
147
  line-height: 48px;
148
148
  color: var(--rd-copy-primary);
149
+ background-color: var(--rd-input-bg-default);
149
150
  border: none;
150
151
  padding: 4px 0;
151
152