refactor: use theme corner_radii

This commit is contained in:
Ashley Wulber 2023-12-13 13:41:39 -05:00 committed by Ashley Wulber
parent feb8075d2c
commit 3de4b99e66
6 changed files with 99 additions and 86 deletions

View file

@ -1434,7 +1434,7 @@ pub fn color_button<'a, Message: 'a + Clone>(
wallpaper::Color::Single([color.r, color.g, color.b]),
width,
height,
8.0,
None,
))
.padding(0)
.selected(selected)