diff --git a/paper-checkbox.html b/paper-checkbox.html index 8fa9046..328041b 100644 --- a/paper-checkbox.html +++ b/paper-checkbox.html @@ -160,7 +160,8 @@ width: 100%; height: 100%; opacity: 0; - stroke: var(--paper-checkbox-checkmark-color, white); + stroke: rgba(0, 0, 0, 0); + fill: var(--paper-checkbox-checkmark-color, white); } /* label */ @@ -213,8 +214,8 @@