Add background styling for button

This commit is contained in:
Héctor Ramón Jiménez 2025-08-03 21:09:15 +02:00
parent 6b937fb6e1
commit c98f3d525a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
24 changed files with 45 additions and 24 deletions

View file

@ -712,7 +712,7 @@ pub fn bordered_box(theme: &Theme) -> Style {
border: Border {
width: 1.0,
radius: 5.0.into(),
color: palette.background.strong.color,
color: palette.background.weak.color,
},
..Style::default()
}