Skip to content

Commit 166558c

Browse files
committed
Using filled variant for section headers
1 parent 1201bd2 commit 166558c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WWDC/TopicHeaderRow.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ struct TopicHeaderRowContent: View, Hashable {
8585
if let symbolName {
8686
Image(systemName: symbolName)
8787
.foregroundStyle(.secondary)
88+
.symbolVariant(.fill)
8889
}
8990

9091
Text(title)

0 commit comments

Comments
 (0)