Skip to content

Commit c380310

Browse files
change predefined font size for progress label
1 parent 14de1f9 commit c380310

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/ComponentsKit/Components/CircularProgress/Models/CircularProgressVM.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ extension CircularProgressVM {
7171
}
7272
switch self.size {
7373
case .small:
74-
return .smBody
74+
return .smCaption
7575
case .medium:
76-
return .mdBody
76+
return .mdCaption
7777
case .large:
78-
return .lgBody
78+
return .lgCaption
7979
}
8080
}
8181
private func stripesCGPath(in rect: CGRect) -> CGMutablePath {

0 commit comments

Comments
 (0)