Skip to content

Commit 73179ea

Browse files
committed
Change label font to .title
1 parent bf398b7 commit 73179ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/MultiModuleDemo/ModuleA/ModuleAViews.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct ModuleALabel: View {
2323

2424
public var body: some View {
2525
Text(text)
26-
.font(.headline)
26+
.font(.title)
2727
.padding(.horizontal, 12)
2828
.padding(.vertical, 8)
2929
.background(.thinMaterial, in: Capsule())

0 commit comments

Comments
 (0)