improv: spacing/padding fixes

This commit is contained in:
Vukašin Vojinović 2024-09-04 15:21:51 +02:00 committed by Michael Murphy
parent 71cd25c06d
commit 1046778d01
7 changed files with 13 additions and 16 deletions

View file

@ -975,12 +975,12 @@ impl rule::StyleSheet for Theme {
color: self.current_container().divider.into(),
width: 1,
radius: 0.0.into(),
fill_mode: rule::FillMode::Padded(10),
fill_mode: rule::FillMode::Padded(8),
},
Rule::HeavyDivider => rule::Appearance {
color: self.current_container().divider.into(),
width: 4,
radius: 4.0.into(),
radius: 2.0.into(),
fill_mode: rule::FillMode::Full,
},
Rule::Custom(f) => f(self),