Fix checkbox border radius

This commit is contained in:
Héctor Ramón Jiménez 2019-11-05 20:43:09 +01:00
parent 5ff05b7f02
commit 96acb74bda

View file

@ -76,7 +76,7 @@ impl checkbox::Renderer for Renderer {
a: 1.0, a: 1.0,
} }
}), }),
border_radius: 6, border_radius: 5,
}, },
); );