1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-19 20:51:35 +01:00

[SM-470] update spinner bg color (#4979)

This commit is contained in:
Will Martin 2023-03-10 09:48:29 -05:00 committed by GitHub
parent 918c51f93f
commit e57bc7f781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
<div bitDialogContent class="tw-relative"> <div bitDialogContent class="tw-relative">
<div <div
*ngIf="showSpinner" *ngIf="showSpinner"
class="tw-absolute tw-flex tw-h-full tw-w-full tw-items-center tw-justify-center tw-bg-background-alt" class="tw-absolute tw-flex tw-h-full tw-w-full tw-items-center tw-justify-center tw-bg-text-contrast"
> >
<i class="bwi bwi-spinner bwi-spin bwi-3x"></i> <i class="bwi bwi-spinner bwi-spin bwi-3x"></i>
</div> </div>