Skip to content

Commit 0203b8a

Browse files
committed
chore: use another typography for component versions
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent adbeecc commit 0203b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DesignToolbox/DesignToolbox/Pages/Utils/Elements/DesignToolboxElementPage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct DesignToolboxElementPage: View {
7878
HStack {
7979
Spacer()
8080
Text("app_common_design_version" <- version)
81-
.typeLabelStrongLarge(theme)
81+
.typeLabelDefaultSmall(theme)
8282
Spacer()
8383
}
8484
.padding(.bottom, theme.spaces.spaceFixedMd)

0 commit comments

Comments
 (0)