diff --git a/package.json b/package.json index 78d3c6b..0f58e1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tp/tp-checkbox", - "version": "1.0.8", + "version": "1.0.9", "description": "", "main": "tp-checkbox.js", "scripts": { diff --git a/tp-checkbox.js b/tp-checkbox.js index ce6991d..1dedede 100644 --- a/tp-checkbox.js +++ b/tp-checkbox.js @@ -39,6 +39,7 @@ class TpCheckbox extends Inert(ControlState(FormElement(LitElement))) { tp-icon { --tp-icon-width: var(--tp-checkbox-width, 18px); --tp-icon-height: var(--tp-checkbox-height, 18px); + --tp-icon-color: var(--tp-checkbox-icon-color, #000); } .wrap {