From b8011a71c7cd9935bb129f6430cde533deba937e Mon Sep 17 00:00:00 2001 From: Darrell Date: Thu, 11 Apr 2024 14:42:42 +0900 Subject: [PATCH] fix border width --- src/stage/dashboard/component/dashboard/sidebar/button.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), },