Skip to content

Commit

Permalink
4949-refCheckboxCheckStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaElf committed Nov 7, 2023
1 parent c713809 commit 63b57fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public AngularColors color() {
if (hasClass("mat-primary")) {
return AngularColors.PRIMARY;
}
if (hasClass("mat-warn")) {
if(hasClass("mat-warn")) {
return AngularColors.WARN;
} else
return AngularColors.ACCENT;
Expand Down

0 comments on commit 63b57fb

Please sign in to comment.