This commit is contained in:
Eric Bailey
2024-09-18 17:42:41 -05:00
parent 3f625e7097
commit 5160fb42eb
4 changed files with 54 additions and 40 deletions
+2 -6
View File
@@ -43,9 +43,7 @@ export function Text({
style,
])
if (fonts.family === 'theme') {
applyFonts(flattened)
}
applyFonts(flattened, fonts.family)
// should always be defined on `typography`
// @ts-ignore
@@ -73,9 +71,7 @@ export function Text({
style,
])
if (fonts.family === 'theme') {
applyFonts(flattened)
}
applyFonts(flattened, fonts.family)
// should always be defined on `typography`
// @ts-ignore