Skip to content

Commit e6a97d8

Browse files
committed
fix: workspace chat name is left aligned
1 parent 3e0ad3b commit e6a97d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/ReportDetailsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ function ReportDetailsPage({policy, report, route, reportMetadata, reportLoading
759759
shouldShowRightIcon={!shouldDisableRename}
760760
interactive={!shouldDisableRename}
761761
title={StringUtils.lineBreaksToSpaces(reportName)}
762-
titleStyle={styles.newKansasLarge}
762+
titleStyle={[styles.newKansasLarge, !shouldDisplayGroupWorkspaceAsPushRow && styles.textAlignCenter]}
763763
titleContainerStyle={!shouldDisplayGroupWorkspaceAsPushRow && styles.alignItemsCenter}
764764
shouldCheckActionAllowedOnPress={false}
765765
description={shouldDisplayGroupWorkspaceAsPushRow ? roomDescription : ''}

0 commit comments

Comments
 (0)