Skip to content

Commit

Permalink
Updated ListChoice separator padding to match the new image padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
Šimon Javora committed Mar 14, 2022
1 parent 7ae2f02 commit 8140b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Orbit/Components/ListChoice.swift
Original file line number Diff line number Diff line change
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 8140b9a

Please sign in to comment.