Remove unnecessary padding definition from disabled buttons
This commit is contained in:
parent
472135df09
commit
9f8767a1c0
1 changed files with 0 additions and 5 deletions
|
|
@ -144,23 +144,18 @@ impl Sandbox for Window {
|
||||||
list_row!(
|
list_row!(
|
||||||
button!("Primary")
|
button!("Primary")
|
||||||
.style(theme::Button::Primary)
|
.style(theme::Button::Primary)
|
||||||
.padding([8, 16])
|
|
||||||
,
|
,
|
||||||
button!("Secondary")
|
button!("Secondary")
|
||||||
.style(theme::Button::Secondary)
|
.style(theme::Button::Secondary)
|
||||||
.padding([8, 16])
|
|
||||||
,
|
,
|
||||||
button!("Positive")
|
button!("Positive")
|
||||||
.style(theme::Button::Positive)
|
.style(theme::Button::Positive)
|
||||||
.padding([8, 16])
|
|
||||||
,
|
,
|
||||||
button!("Destructive")
|
button!("Destructive")
|
||||||
.style(theme::Button::Destructive)
|
.style(theme::Button::Destructive)
|
||||||
.padding([8, 16])
|
|
||||||
,
|
,
|
||||||
button!("Text")
|
button!("Text")
|
||||||
.style(theme::Button::Text)
|
.style(theme::Button::Text)
|
||||||
.padding([8, 16])
|
|
||||||
,
|
,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue