style buttons on the add device wizard
parent
bd583f4c9e
commit
89b6adcf26
|
@ -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;
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue