Added support for "large" sized cards

This commit is contained in:
Isaac Abadi
2020-08-22 00:47:18 -04:00
parent 2e4ef3b224
commit dc6dd5f5a2
5 changed files with 28 additions and 7 deletions

View File

@@ -40,7 +40,7 @@
<br/>
<mat-form-field placeholder="Card size">
<mat-select [(ngModel)]="card_size" (selectionChange)="cardSizeOptionChanged($event.value)">
<mat-option value="large" [disabled]="true">
<mat-option value="large">
Large
</mat-option>
<mat-option value="medium">