style buttons on the add device wizard

test
Chris Veilleux 2022-10-13 17:02:06 -05:00
parent bd583f4c9e
commit 89b6adcf26
2 changed files with 4 additions and 5 deletions

View File

@ -23,9 +23,9 @@ mat-card-title {
color: mat,mat.get-color-from-palette(theme.$mycroft-primary, 500)
}
button {
@include buttons.action-button-primary;
}
.mat-button {
@include buttons.action-button-primary;
}
mat-horizontal-stepper {
margin-left: auto;

View File

@ -125,7 +125,7 @@ export class AddComponent implements OnInit {
Validators.maxLength(6),
Validators.minLength(6)
],
// [ pairingCodeValidator(this.deviceService) ],
[ pairingCodeValidator(this.deviceService) ],
],
placement: [null],
region: [this.defaults ? this.defaults.region.name : null, Validators.required],
@ -142,7 +142,6 @@ export class AddComponent implements OnInit {
if (!this.deviceForm.controls['voice'].value) {
this.deviceForm.controls['voice'].setValue('American Male');
}
console.log(this.deviceForm);
}
getResolverData() {