Fix missing style
This commit is contained in:
@@ -683,7 +683,7 @@ function ComposerTopBar({
|
|||||||
<View style={a.flex_1} />
|
<View style={a.flex_1} />
|
||||||
{isPublishing ? (
|
{isPublishing ? (
|
||||||
<>
|
<>
|
||||||
<Text>{publishingStage}</Text>
|
<Text style={pal.textLight}>{publishingStage}</Text>
|
||||||
<View style={styles.postBtn}>
|
<View style={styles.postBtn}>
|
||||||
<ActivityIndicator />
|
<ActivityIndicator />
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user