style(create-link): update button styles in HTML template
This commit is contained in:
parent
311fd89c7b
commit
76bc0c52a7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="mx-auto container">
|
||||
<app-navbar></app-navbar>
|
||||
<button mat-flat-button class="mt-3" color="warn" (click)="back()">
|
||||
<button [style.backgroundColor]="'#FFFFFF'" [style.color]="'#000000'" mat-stroked-button class="mt-3" color="warn" (click)="back()">
|
||||
Back
|
||||
</button>
|
||||
<mat-card class="mt-3 p-3" appearance="outlined">
|
||||
|
|
Loading…
Add table
Reference in a new issue