Skip to content

Commit d7570b6

Browse files
feat(checkbox): set tick-width property (#1897)
* feat(checkbox): set tick-width property * chore(theming): bump to version 22.0.0-beta.1 * chore(theming): bump the version in package-lock --------- Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 3dea405 commit d7570b6

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)