Skip to content

Commit

Permalink
Hotfix of 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan committed Sep 9, 2021
1 parent eb91656 commit e3261fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/FigmaExport/Loaders/TextStylesLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ final class TextStylesLoader {
fontSize: textStyle.fontSize,
fontStyle: DynamicTypeStyle(rawValue: style.description),
lineHeight: lineHeight,
letterSpacing: textStyle.letterSpacing
letterSpacing: textStyle.letterSpacing,
textCase: textCase
)
}
}
Expand Down

0 comments on commit e3261fe

Please sign in to comment.