Skip to content

Commit

Permalink
use justifyCenter for single icon in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
daraksha-dk committed Jun 24, 2023
1 parent bc9fecb commit 6b2bb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ class ReportActionCompose extends React.Component {
style={[
styles.dFlex,
styles.flexColumn,
isFullComposerAvailable || this.props.isComposerFullSize ? styles.justifyContentBetween : styles.justifyContentEnd,
isFullComposerAvailable || this.props.isComposerFullSize ? styles.justifyContentBetween : styles.justifyContentCenter,
]}
>
{this.props.isComposerFullSize && (
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ const styles = {

composerSizeButton: {
alignSelf: 'center',
height: 40,
height: 32,
width: 32,
padding: 6,
margin: 3,
Expand Down

0 comments on commit 6b2bb9c

Please sign in to comment.