Skip to content

Commit

Permalink
Merge pull request #56 from kiwicom/listChoice48
Browse files Browse the repository at this point in the history
Update `ListChoice` height to 48.
  • Loading branch information
sjavora authored Mar 14, 2022
2 parents 2b0d148 + 8140b9a commit 8214c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Orbit/Components/ListChoice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public struct ListChoice<Content: View>: View {
if isHeaderEmpty == false {
Spacer(minLength: .xSmall)
}
Strut(height: 44)
Strut(height: 48)
content()
}
.padding(.leading, .medium)
Expand Down Expand Up @@ -120,7 +120,7 @@ public struct ListChoice<Content: View>: View {
return .medium
}

return .xxLarge
return .xxLarge + .xxSmall
}

var isHeaderEmpty: Bool {
Expand Down

0 comments on commit 8214c8e

Please sign in to comment.