diff --git a/src/stage/dashboard/component/dashboard/sidebar/button.rs b/src/stage/dashboard/component/dashboard/sidebar/button.rs index a88a360..1ea78c5 100644 --- a/src/stage/dashboard/component/dashboard/sidebar/button.rs +++ b/src/stage/dashboard/component/dashboard/sidebar/button.rs @@ -48,7 +48,7 @@ impl button::StyleSheet for TransparentStyle { background: Some(Background::Color(TRANSPARENT)), text_color: WHITE, border: Border { - width: 10.0, + width: 1.0, color: WHITE, radius: Radius::from(10), },