summaryrefslogtreecommitdiffstats
path: root/widget/src/container.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/container.rs')
-rw-r--r--widget/src/container.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/widget/src/container.rs b/widget/src/container.rs
index da5b436f..82774186 100644
--- a/widget/src/container.rs
+++ b/widget/src/container.rs
@@ -703,10 +703,10 @@ pub fn bordered_box(theme: &Theme) -> Style {
let palette = theme.extended_palette();
Style {
- background: Some(palette.background.weak.color.into()),
+ background: Some(palette.background.weakest.color.into()),
border: Border {
width: 1.0,
- radius: 0.0.into(),
+ radius: 5.0.into(),
color: palette.background.strong.color,
},
..Style::default()