Skip to content

Commit

Permalink
Merge pull request #5170 from mananjadhav/fix/edit-button-size
Browse files Browse the repository at this point in the history
fix: Updated button sizes to small for Edit Comment
  • Loading branch information
AndrewGable authored Sep 10, 2021
2 parents 2578d3a + b34a676 commit 01f351c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/home/report/ReportActionItemMessageEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,13 @@ class ReportActionItemMessageEdit extends React.Component {
</View>
<View style={[styles.flexRow, styles.mt1]}>
<Button
small
style={[styles.mr2]}
onPress={this.deleteDraft}
text={this.props.translate('common.cancel')}
/>
<Button
small
success
style={[styles.mr2]}
onPress={this.publishDraft}
Expand Down

0 comments on commit 01f351c

Please sign in to comment.