Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>
<ng-template #handle let-checked="checked">
<fa-icon
class="jhi-toggle-switch__icon text-[0.84rem] leading-none [&>svg]:stroke-current [&>svg]:stroke-[15.0]"
class="jhi-toggle-switch__icon absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-[0.84rem] leading-none [&>svg]:block [&>svg]:stroke-current [&>svg]:stroke-[15.0]"
[class.text-positive-strong]="checked"
[class.text-negative-strong]="!checked"
[icon]="checked ? enabledIcon : disabledIcon"
Expand Down
Loading