1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 15:33:55 +00:00

use unstyled button in callouts until callout updates

This commit is contained in:
Bryan Cunningham
2026-01-26 13:30:23 -05:00
parent af35f421a4
commit 74c3a47ef3
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
</ng-container>
<bit-callout type="warning" *ngIf="!organizationId">
<p>{{ recoveryCodeWarningMessage }}</p>
<button type="button" bitButton buttonType="secondary" (click)="recoveryCode()">
<button type="button" bitButton buttonType="unstyled" (click)="recoveryCode()">
{{ "viewRecoveryCode" | i18n }}
</button>
</bit-callout>

View File

@@ -23,7 +23,7 @@
<button
bitButton
type="button"
buttonType="secondary"
buttonType="unstyled"
#reinstateBtn
(click)="reinstate()"
[appApiAction]="reinstatePromise"

View File

@@ -4,7 +4,7 @@
<button
*ngIf="data.callout.showReinstatementButton"
bitButton
buttonType="secondary"
buttonType="unstyled"
[bitAction]="requestReinstatement"
type="button"
>