Skip to content

Commit 20732e7

Browse files
committed
Re-add ListSectionTitle for all platforms
1 parent 48fdc91 commit 20732e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/SwiftUIKit/Lists/ListSectionTitle.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import SwiftUI
1010

11-
#if os(iOS)
1211
/// This view mimics the `Section` title od a grouped `List`.
1312
///
1413
/// This font uses `.headline` with a `.scaleEffect` in iOS 26 to allow for
@@ -71,4 +70,3 @@ private extension View {
7170
}
7271
}
7372
}
74-
#endif

0 commit comments

Comments
 (0)