Skip to content

Commit

Permalink
Merge pull request Expensify#11662 from dhairyasenjaliya/alignmentFix…
Browse files Browse the repository at this point in the history
…Room

TextAlign Center For Room Rename Component
  • Loading branch information
chiragsalian authored Oct 7, 2022
2 parents 8c6dab8 + 1f626d9 commit ccee6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/RenameAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const RenameAction = (props) => {

return (
<Text style={[styles.pv3, styles.ph5, styles.textAlignCenter, styles.textLabelSupporting]}>
<Text style={[styles.textLabelSupporting, styles.textStrong]}>
<Text style={[styles.textLabelSupporting, styles.textStrong, styles.textAlignCenter]}>
{displayName}
</Text>
{props.translate('newRoomPage.renamedRoomAction', {oldName, newName})}
Expand Down

0 comments on commit ccee6f1

Please sign in to comment.