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

View File

@@ -41,6 +41,8 @@ pub struct PopoverButton {
pub struct TextButton {
pub label: String,
pub icon: Option<String>,
pub emphasized: bool,
#[serde(rename = "minWidth")]