Skip to content

Commit 3facce5

Browse files
committed
feat(checkbox): set tick-width property
1 parent d17b613 commit 3facce5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/checkbox/themes/checkbox.base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $mark-length: 24;
5656
position: absolute;
5757
inset: 0;
5858
stroke-linecap: square;
59-
stroke-width: var(--mark-stroke, 3);
59+
stroke-width: var(--tick-width);
6060
stroke-dasharray: $mark-length;
6161
stroke-dashoffset: $mark-length;
6262
fill: none;

src/components/checkbox/themes/shared/checkbox/checkbox.fluent.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ $disabled-color: var-get($theme, 'disabled-color');
3939

4040
[part~='indicator'] {
4141
--indicator-size: #{rem(16px)};
42-
--mark-stroke: 1.5;
4342
}
4443

4544
:host(:hover) {

0 commit comments

Comments
 (0)