1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

update styles of the password history to use bitLink & button (#12246)

This commit is contained in:
Nick Krantz
2024-12-09 09:04:16 -06:00
committed by GitHub
parent 8c446b4720
commit b5ce2167eb

View File

@@ -25,13 +25,14 @@
<span class="tw-font-bold">{{ "datePasswordUpdated" | i18n }}:</span> <span class="tw-font-bold">{{ "datePasswordUpdated" | i18n }}:</span>
{{ cipher.passwordRevisionDisplayDate | date: "medium" }} {{ cipher.passwordRevisionDisplayDate | date: "medium" }}
</p> </p>
<a <button
*ngIf="cipher.hasPasswordHistory && isLogin" *ngIf="cipher.hasPasswordHistory && isLogin"
class="tw-font-bold tw-no-underline tw-cursor-pointer tw-text-primary-600"
(click)="viewPasswordHistory()" (click)="viewPasswordHistory()"
bitTypography="body2" bitTypography="body2"
bitLink
type="button"
> >
{{ "passwordHistory" | i18n }} {{ "passwordHistory" | i18n }}
</a> </button>
</bit-card> </bit-card>
</bit-section> </bit-section>