I'm currently working with a Mat dialog box in Angular and I'm trying to include styles for width and height within that object. However, I'm encountering errors and can't seem to resolve them. Is there another method for setting width and height that I should be aware of? Thank you.
let dialogRef = this.dialog.open(GroupChooseComponent, {data: {variant} });