Skip to content

Commit

Permalink
chore: manage centering of items in label (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Feb 5, 2025
1 parent a1a71f3 commit ce1bba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct OUDSCheckboxLabel: View {
// MARK: - Body

var body: some View {
HStack(alignment: .top, spacing: theme.listItem.listItemSpaceColumnGap) {
HStack(alignment: .center, spacing: theme.listItem.listItemSpaceColumnGap) {
if isInversed {
icon()
texts()
Expand Down

0 comments on commit ce1bba0

Please sign in to comment.