Add background styling for button
This commit is contained in:
parent
6b937fb6e1
commit
c98f3d525a
24 changed files with 45 additions and 24 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue