1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-27 23:03:45 +00:00

fix more inputs

This commit is contained in:
Will Martin
2026-01-27 15:34:55 -05:00
parent a84a20f2f2
commit 77f7d4fea8
6 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
role="link"
>
<bit-svg
[icon]="rla.isActive ? button.iconActive : button.icon"
[content]="rla.isActive ? button.iconActive : button.icon"
aria-hidden="true"
class="tw-leading-3"
></bit-svg>

View File

@@ -2,7 +2,7 @@
<div>
<bit-svg
class="tw-w-72 tw-block tw-mb-4"
[icon]="logo"
[content]="logo"
[ariaLabel]="'appLogoLabel' | i18n"
></bit-svg>
<p class="tw-text-center">

View File

@@ -2,7 +2,7 @@
<div>
<bit-svg
class="tw-w-72 tw-block tw-mb-4"
[icon]="logo"
[content]="logo"
[ariaLabel]="'appLogoLabel' | i18n"
></bit-svg>
<p class="tw-text-center">

View File

@@ -2,7 +2,7 @@
<div>
<bit-svg
class="tw-w-72 tw-block tw-mb-4"
[icon]="bitwardenLogo"
[content]="bitwardenLogo"
[ariaLabel]="'appLogoLabel' | i18n"
></bit-svg>
<p class="tw-text-center">

View File

@@ -69,7 +69,7 @@
class="tw-size-full tw-flex tw-items-center tw-justify-center tw-bg-secondary-100 tw-rounded-lg"
>
<bit-svg
[icon]="icon()"
[content]="icon()"
class="tw-size-16 xl:tw-size-24 tw-text-muted"
aria-hidden="true"
></bit-svg>
@@ -95,7 +95,7 @@
class="tw-size-full tw-flex tw-items-center tw-justify-center tw-bg-secondary-100 tw-rounded-lg"
>
<bit-svg
[icon]="icon()"
[content]="icon()"
class="tw-size-12 sm:tw-size-16 tw-text-muted"
aria-hidden="true"
></bit-svg>

View File

@@ -13,27 +13,27 @@
>
<bit-svg
*ngSwitchCase="TwoFactorProviderType.Authenticator"
[icon]="Icons.TwoFactorAuthAuthenticatorIcon"
[content]="Icons.TwoFactorAuthAuthenticatorIcon"
></bit-svg>
<bit-svg
*ngSwitchCase="TwoFactorProviderType.Email"
[icon]="Icons.TwoFactorAuthEmailIcon"
[content]="Icons.TwoFactorAuthEmailIcon"
></bit-svg>
<bit-svg
*ngSwitchCase="TwoFactorProviderType.Duo"
[icon]="Icons.TwoFactorAuthDuoIcon"
[content]="Icons.TwoFactorAuthDuoIcon"
></bit-svg>
<bit-svg
*ngSwitchCase="TwoFactorProviderType.Yubikey"
[icon]="Icons.TwoFactorAuthYubicoIcon"
[content]="Icons.TwoFactorAuthYubicoIcon"
></bit-svg>
<bit-svg
*ngSwitchCase="TwoFactorProviderType.OrganizationDuo"
[icon]="Icons.TwoFactorAuthDuoIcon"
[content]="Icons.TwoFactorAuthDuoIcon"
></bit-svg>
<bit-svg
*ngSwitchCase="TwoFactorProviderType.WebAuthn"
[icon]="Icons.TwoFactorAuthWebAuthnIcon"
[content]="Icons.TwoFactorAuthWebAuthnIcon"
></bit-svg>
</div>
{{ provider.name }}