Extend welcome screen button click area to labels

Closes #738
This commit is contained in:
Keavon Chambers
2022-08-08 01:29:23 -07:00
parent 45a1e144a8
commit 765b648704
10 changed files with 78 additions and 47 deletions
@@ -549,6 +549,8 @@ export class TextAreaInput extends WidgetProps {
export class TextButton extends WidgetProps {
label!: string;
icon!: string | undefined;
emphasized!: boolean;
minWidth!: number;