Skip to content

Commit

Permalink
ios compiler directive
Browse files Browse the repository at this point in the history
  • Loading branch information
setoelkahfi committed Aug 22, 2024
1 parent ad9eb44 commit 5df72a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/LicenseList/LicenseListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ public struct LicenseListView: View {
}
}
.listRowBackground(style?.listRowBackground)
#if os(iOS)
.listRowSeparatorTint(style?.listRowSeparatorTint)
#endif
}
.background(style?.background)
.listStyle(.plain)
Expand Down

0 comments on commit 5df72a4

Please sign in to comment.