chg: round off the corners of the scrollbars

set border_radius to 5
This commit is contained in:
w1nst0n 2023-01-14 17:52:11 +01:00
commit ae5e25377d
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D

View file

@ -182,7 +182,7 @@ impl scrollable::StyleSheet for Theme {
border_color: Color::TRANSPARENT,
scroller: scrollable::Scroller {
color: self.palette().base.foreground,
border_radius: 0.0,
border_radius: 5.0,
border_width: 0.0,
border_color: Color::TRANSPARENT,
},