Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Sep 2, 2023
1 parent b409b12 commit 498f893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/ErrorScreen/ErrorDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function ErrorDetails(props: ErrorDetailsProps) {
styles={[{ marginBottom: 20 }]}
/>
<ScrollView style={styles.scroll} showsVerticalScrollIndicator={false}>
<Txt txt={props.error.message} styles={[{ color: mainColors.RED }]} />
<Txt txt={props.error.message} styles={[{ color: mainColors.ERROR }]} />
<Txt txt={props?.componentStack || t('stackNA')} />
</ScrollView>
<TouchableOpacity
Expand Down

0 comments on commit 498f893

Please sign in to comment.