Skip to content

Commit

Permalink
additional style adjustments for checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelRahil committed Mar 13, 2022
1 parent d061362 commit 016b24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion participantCheckin/CheckInTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class CheckInTab extends Component {
{({ dynamicStyles }) => (
<ScrollView style={dynamicStyles.backgroundColor}>
<View style={styles.eventContainer}>
<Text style={[styles.title, { paddingLeft: 0 }]}>{this.state.selectedEvent.name}</Text>
<Text style={[styles.title, dynamicStyles.text]}>{this.state.selectedEvent.name}</Text>
<Text
numberOfLines={this.props.truncateText ? 1 : null}
ellipsizeMode={"tail"}
Expand Down

0 comments on commit 016b24a

Please sign in to comment.