diff --git a/Sources/FigmaExport/Loaders/TextStylesLoader.swift b/Sources/FigmaExport/Loaders/TextStylesLoader.swift index 492f38e7..a838fe27 100644 --- a/Sources/FigmaExport/Loaders/TextStylesLoader.swift +++ b/Sources/FigmaExport/Loaders/TextStylesLoader.swift @@ -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 ) } }