Compare commits

...

1 Commits

Author SHA1 Message Date
Dan Abramov bab94ec465 Fix missing style 2024-10-25 22:58:58 +01:00
+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>