Skip to content

Commit 5dc920e

Browse files
committed
fix prettier
1 parent acf8f04 commit 5dc920e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Initials.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ const Initials = ({ size, name, color, colorize, borderRadius, style, textStyle
2121

2222
return (
2323
<View style={[styles.root, { borderRadius, backgroundColor }, style]}>
24-
<Text style={[styles.text, { fontSize }, textStyle]} numberOfLines={1} allowFontScaling={false}>
24+
<Text
25+
style={[styles.text, { fontSize }, textStyle]}
26+
numberOfLines={1}
27+
allowFontScaling={false}
28+
>
2529
{initials}
2630
</Text>
2731
</View>

0 commit comments

Comments
 (0)