Skip to content

Commit

Permalink
chore: clean up (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 20, 2025
1 parent 2c9e190 commit cc4eff2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ struct SizeTokenPage: View {
var body: some View {
Group {
Section {
DesignToolboxCode(code: "theme.sizeIconWithHeadingXLargeShort.dimension(for: horizontalSizeClass ?? .regular)", titleText: "app_tokens_common_viewCodeExample_label")
DesignToolboxCode(code: "theme.sizeIconWithHeadingXLargeShort.dimension(for: horizontalSizeClass ?? .regular)",
titleText: "app_tokens_common_viewCodeExample_label")
}
Section {
VStack(alignment: .center, spacing: theme.spaces.spaceFixedNone) {
Expand Down

0 comments on commit cc4eff2

Please sign in to comment.