Skip to content

Commit 448483c

Browse files
feat(checkbox): set tick-width property - (scoped) (#16321)
* feat(checkbox): set tick-width property * chore(theming): bump version to 22.0.0-beta.1 * deps(theming): bump to latest version --------- Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 3d63a25 commit 448483c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/source-map": "0.5.2",
7878
"express": "^5.1.0",
7979
"fflate": "^0.8.1",
80-
"igniteui-theming": "^20.0.0",
80+
"igniteui-theming": "^22.0.0",
8181
"igniteui-trial-watermark": "^3.1.0",
8282
"lodash-es": "^4.17.21",
8383
"rxjs": "^7.8.2",

projects/igniteui-angular/src/lib/checkbox/themes/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ $_theme: $material;
152152
width: 100%;
153153
stroke: var-get($_theme, 'tick-color');
154154
stroke-linecap: square;
155-
stroke-width: var(--mark-stroke);
155+
stroke-width: var-get($_theme, 'tick-width');
156156
stroke-dasharray: var(--mark-length);
157157
stroke-dashoffset: var(--mark-length);
158158
fill: none;

0 commit comments

Comments
 (0)