Skip to content

Commit

Permalink
Style changes for Review
Browse files Browse the repository at this point in the history
  • Loading branch information
SameeraMadushan committed Mar 23, 2021
1 parent 3ad5627 commit 9adb0a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ConfirmModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ const ConfirmModal = props => (
: CONST.MODAL.MODAL_TYPE.CONFIRM}
>
<View style={styles.m5}>
<View style={styles.flexRow}>
<View style={[styles.flexRow, styles.mb4]}>
<Header title={props.title} />
</View>

<Text style={[styles.textLabel, styles.mt4]}>
<Text style={styles.textP}>
{props.prompt}
</Text>

Expand All @@ -66,7 +66,6 @@ const ConfirmModal = props => (
style={[
styles.buttonText,
styles.buttonSuccessText,
styles.buttonConfirmText,
]}
>
{props.confirmText}
Expand Down

0 comments on commit 9adb0a5

Please sign in to comment.