We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfd086 commit c6ce954Copy full SHA for c6ce954
1 file changed
src/app/connect/key/key.html
@@ -68,7 +68,7 @@ <h1 *ngIf="!mnemonic">{{ 'Key.PrivateKeyImport' | translate }}</h1>
68
</mat-form-field>
69
70
<br />
71
- <button [disabled]="!publicKey" class="start-button" (click)="persistKey()" mat-raised-button>{{ 'Key.Connect' | translate }}</button><br /><br />
+ <button [disabled]="!publicKey" class="start-button" (click)="persistKey()" mat-flat-button>{{ 'Key.Connect' | translate }}</button><br /><br />
72
</form>
73
74
<p *ngIf="!error" class="public-key dimmed"><strong>{{ 'Key.PublicKeyHex' | translate }}</strong>: {{ publicKeyHex }}</p>
0 commit comments