Skip to content

Commit

Permalink
Fix ListItem padding bug on visionOS (microsoft#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
joannaquu authored Jun 25, 2024
1 parent d5a0dd2 commit e728a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/FluentUI/List/ListItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public struct ListItem<LeadingContent: View,
}
#if os(visionOS)
.buttonStyle(.bordered)
.clipShape(Circle())
.buttonBorderShape(.circle)
#else
.buttonStyle(.plain)
#endif
Expand Down

0 comments on commit e728a4a

Please sign in to comment.