Skip to content

Commit

Permalink
Remove theme class if custom template is used
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Feb 2, 2022
1 parent 5899242 commit 2b32703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-bar-rating/src/lib/bar-rating.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="br br-{{theme}}"
<div class="br br-{{ customInActiveRating ? '' : theme }}"
[class.br-readonly]="readOnly"
[class.br-disabled]="disabled">

Expand Down

0 comments on commit 2b32703

Please sign in to comment.