Skip to content

Commit

Permalink
zu: Update margin of buttons in ButtonGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Jul 25, 2023
1 parent bd93a29 commit 6a30fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/zu/src/button_group/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@

&.ZuButtonGroup-groupedOutlined {
&.ZuButtonGroup-groupedHorizontal {
margin-left: -8px;
margin-left: -1px;
}

&.ZuButtonGroup-groupedVertical {
margin-top: -8px;
margin-top: -1px;
}
}
}
Expand Down

0 comments on commit 6a30fad

Please sign in to comment.