Skip to content

Commit f4a4d90

Browse files
committed
feat(checkbox): set tick-width property
1 parent 1c1dc75 commit f4a4d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/checkbox/_checkbox-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
inset: 0;
206206
stroke: var-get($theme, 'tick-color');
207207
stroke-linecap: square;
208-
stroke-width: $mark-stroke;
208+
stroke-width: var-get($theme, 'tick-width');
209209
stroke-dasharray: $mark-length;
210210
stroke-dashoffset: $mark-length;
211211
fill: none;

0 commit comments

Comments
 (0)