Fix minor styling inconsistencies in some widgets

This commit is contained in:
Héctor Ramón Jiménez 2025-08-06 02:42:51 +02:00
parent 35df95e988
commit 468014a184
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
27 changed files with 48 additions and 35 deletions

View file

@ -2069,7 +2069,7 @@ pub fn default(theme: &Theme, status: Status) -> Style {
background: Some(palette.background.weak.color.into()),
border: border::rounded(2),
scroller: Scroller {
color: palette.background.strong.color,
color: palette.background.strongest.color,
border: border::rounded(2),
},
};