fix(toggler): remove extra padding

This commit is contained in:
Vukašin Vojinović 2024-11-28 00:23:03 +01:00 committed by Michael Murphy
parent a6db807c1b
commit a6c08d68f9
2 changed files with 25 additions and 1 deletions

View file

@ -12,5 +12,6 @@ where
{
widget::Toggler::new(is_checked)
.size(24)
.spacing(0)
.width(Length::Shrink)
}