Skip to content

Commit 7652036

Browse files
fix button's preferred font in the large size
1 parent 0bec5b1 commit 7652036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ extension ButtonVM {
102102
case .medium:
103103
return .mdButton
104104
case .large:
105-
return .mdButton
105+
return .lgButton
106106
}
107107
}
108108
var height: CGFloat {

0 commit comments

Comments
 (0)