Skip to content

Commit bbfa500

Browse files
authored
fix: center speaker tagline (#88)
1 parent 355736d commit bbfa500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/speaker/[speakerId].tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export default function SpeakerDetail() {
8585
fontSize={theme.fontSize16}
8686
fontWeight="medium"
8787
color={{ light: secondaryColor, dark: secondaryColor }}
88+
style={styles.tagLine}
8889
>
8990
{speaker.tagLine}
9091
</ThemedText>
@@ -217,4 +218,7 @@ const styles = StyleSheet.create({
217218
speakerImage: {
218219
marginBottom: theme.space24,
219220
},
221+
tagLine: {
222+
textAlign: "center",
223+
},
220224
});

0 commit comments

Comments
 (0)