Skip to content

Commit

Permalink
fix(core): fixed switch default off icon (#10976)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cheishvili committed Nov 16, 2023
1 parent 653d4ce commit 95655ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/core/src/lib/switch/switch.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
{{ inactiveText }}
</span>
<ng-template #withIconOff>
<i role="presentation" class="fd-switch__icon--off fd-switch__icon sap-icon--decline"></i>
<i
role="presentation"
class="fd-switch__icon--off fd-switch__icon"
[class.sap-icon--decline]="semantic"
[class.sap-icon--less]="!semantic"
></i>
</ng-template>
</div>

Expand Down

0 comments on commit 95655ec

Please sign in to comment.