@progressive-development/pd-forms 0.0.29 → 0.0.31

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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent pd-forms following open-wc recommendations",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.0.29",
6
+ "version": "0.0.31",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
package/src/PdCheckbox.js CHANGED
@@ -113,9 +113,10 @@ export class PdCheckbox extends PdBaseUIInput {
113
113
  }
114
114
  .label {
115
115
  margin-left: .5rem;
116
- color: var(--my-txt-color);
117
- font-family: var(--my-font);
116
+ color: var(--squi-text-lable-color);
117
+ font-family: var(--pd-input-lable-font);
118
118
  text-align: left;
119
+ font-size: 0.9rem;
119
120
  }
120
121
  .disabled .label {
121
122
  color: var(--squi-checkbox-label-disabled-color, #6e6c6c);