Skip to content

Commit

Permalink
fix border width
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-mizu committed Apr 11, 2024
1 parent 3841714 commit b8011a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage/dashboard/component/dashboard/sidebar/button.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
Expand Down

0 comments on commit b8011a7

Please sign in to comment.