Skip to content

Commit c6ce954

Browse files
committed
Change button style from raised to flat in key component for improved UI consistency
1 parent 9dfd086 commit c6ce954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/connect/key/key.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1 *ngIf="!mnemonic">{{ 'Key.PrivateKeyImport' | translate }}</h1>
6868
</mat-form-field>
6969

7070
<br />
71-
<button [disabled]="!publicKey" class="start-button" (click)="persistKey()" mat-raised-button>{{ 'Key.Connect' | translate }}</button><br /><br />
71+
<button [disabled]="!publicKey" class="start-button" (click)="persistKey()" mat-flat-button>{{ 'Key.Connect' | translate }}</button><br /><br />
7272
</form>
7373

7474
<p *ngIf="!error" class="public-key dimmed"><strong>{{ 'Key.PublicKeyHex' | translate }}</strong>: {{ publicKeyHex }}</p>

0 commit comments

Comments
 (0)