Skip to content

Commit

Permalink
refactor: [PM-17179] replace Bootstrap styles with Tailwind in LoginD…
Browse files Browse the repository at this point in the history
…ecryptionOptionsComponent

Replace the Bootstrap styles in LoginDecryptionOptionsComponent with Tailwind equivalents.

Closes PM-17179.
  • Loading branch information
alec-livefront authored Feb 12, 2025
1 parent 3db8aa9 commit f827b97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-container *ngIf="loading">
<div class="text-center">
<div class="tw-text-center">
<i
class="bwi bwi-spinner bwi-spin bwi-2x tw-text-muted"
title="{{ 'loading' | i18n }}"
Expand Down

0 comments on commit f827b97

Please sign in to comment.