Fix missing style (#5944)

This commit is contained in:
dan
2024-10-25 23:04:54 +01:00
committed by GitHub
parent e05b4a910f
commit 2b53ef2541
+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>