Skip to content

Commit

Permalink
fix(grid-theme): malformed icon selector
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Jan 10, 2025
1 parent c6a0e15 commit aaf3e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@
}

%igx-group-label__icon {
&igx-icon {
@at-root igx-icon#{&} {
--component-size: #{if($variant == 'indigo', 2, 1)};

color: var-get($theme, 'group-label-icon');
Expand Down

0 comments on commit aaf3e4c

Please sign in to comment.