fix(toggler): remove extra padding
This commit is contained in:
parent
a6db807c1b
commit
a6c08d68f9
2 changed files with 25 additions and 1 deletions
|
|
@ -12,5 +12,6 @@ where
|
|||
{
|
||||
widget::Toggler::new(is_checked)
|
||||
.size(24)
|
||||
.spacing(0)
|
||||
.width(Length::Shrink)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue