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 e440fba4cc
commit 9f4a241e0f
10 changed files with 78 additions and 47 deletions
@@ -41,6 +41,8 @@ pub struct PopoverButton {
pub struct TextButton {
pub label: String,
pub icon: Option<String>,
pub emphasized: bool,
#[serde(rename = "minWidth")]