Skip to content

Commit

Permalink
Update ItemContentDetails.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeiraAlexandre committed Feb 9, 2024
1 parent ecbee2c commit 62fbba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Shared/View/ItemContent/ItemContentDetails.swift
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ extension ItemContentDetails {
#endif
#if os(macOS)
.controlSize(.large)
#else
#elseif !os(tvOS)
.controlSize(.small)
#endif
.buttonStyle(.bordered)
Expand Down Expand Up @@ -844,7 +844,7 @@ extension ItemContentDetails {
#endif
#if os(macOS)
.controlSize(.large)
#else
#elseif !os(tvOS)
.controlSize(.small)
#endif
.buttonStyle(.bordered)
Expand Down Expand Up @@ -879,7 +879,7 @@ extension ItemContentDetails {
}
#if !os(tvOS) && !os(macOS)
.controlSize(.small)
#else
#elseif !os(tvOS)
.controlSize(.large)
#endif
.buttonStyle(.bordered)
Expand Down

0 comments on commit 62fbba5

Please sign in to comment.