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:
@@ -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>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<button
|
||||
bitButton
|
||||
type="button"
|
||||
buttonType="secondary"
|
||||
buttonType="unstyled"
|
||||
#reinstateBtn
|
||||
(click)="reinstate()"
|
||||
[appApiAction]="reinstatePromise"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<button
|
||||
*ngIf="data.callout.showReinstatementButton"
|
||||
bitButton
|
||||
buttonType="secondary"
|
||||
buttonType="unstyled"
|
||||
[bitAction]="requestReinstatement"
|
||||
type="button"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user