Fix missing style

This commit is contained in:
Dan Abramov
2024-10-25 22:58:58 +01:00
parent e05b4a910f
commit bab94ec465
+1 -1
View File
@@ -683,7 +683,7 @@ function ComposerTopBar({
<View style={a.flex_1} />
{isPublishing ? (
<>
<Text>{publishingStage}</Text>
<Text style={pal.textLight}>{publishingStage}</Text>
<View style={styles.postBtn}>
<ActivityIndicator />
</View>