Skip to content

Commit

Permalink
fix(components): fix icon-checkbox notch color (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahitya authored Jan 9, 2025
1 parent 9b2f29d commit 8162df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/components/src/icon-checkbox/icon-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: 15px;
height: 15px;
border: none;
color: var(--mdc-theme-text-icon-on-dark);
color: var(--mdc-theme-on-primary);
}

.mdc-toggle__checkmark-path {
Expand Down Expand Up @@ -58,7 +58,7 @@
.cornerFill {
background: linear-gradient(
225deg,
var(--mdc-theme-secondary) 28px,
var(--mdc-theme-primary) 28px,
transparent 0
);
}
Expand Down

0 comments on commit 8162df1

Please sign in to comment.