aboutsummaryrefslogtreecommitdiff
path: root/src/scrollable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/scrollable.rs')
-rw-r--r--src/scrollable.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scrollable.rs b/src/scrollable.rs
index 5f3f166..46cbeb1 100644
--- a/src/scrollable.rs
+++ b/src/scrollable.rs
@@ -30,7 +30,7 @@ pub fn default(theme: &Theme, status: Status) -> Style {
background: None,
scroller: Scroller {
background: surface.text.into(),
- border: border::rounded(400),
+ border: border::rounded(9999),
},
border: Border::default(),
};
@@ -39,7 +39,7 @@ pub fn default(theme: &Theme, status: Status) -> Style {
background: Some(Background::Color(disabled_container(surface.text))),
scroller: Scroller {
background: disabled_text(surface.text).into(),
- border: border::rounded(400),
+ border: border::rounded(9999),
},
..active_rail
};
@@ -53,7 +53,7 @@ pub fn default(theme: &Theme, status: Status) -> Style {
let disabled_auto_scroll = AutoScroll {
background: disabled_container(surface.text).into(),
- border: border::rounded(400),
+ border: border::rounded(9999),
icon: disabled_text(surface.text),
shadow: Shadow::default(),
};
@@ -104,7 +104,7 @@ pub fn default(theme: &Theme, status: Status) -> Style {
HOVERED_LAYER_OPACITY,
)
.into(),
- border: border::rounded(400),
+ border: border::rounded(9999),
},
..active_rail
};
@@ -148,7 +148,7 @@ pub fn default(theme: &Theme, status: Status) -> Style {
PRESSED_LAYER_OPACITY,
)
.into(),
- border: border::rounded(400),
+ border: border::rounded(9999),
},
..active_rail
};