1
0
mirror of https://github.com/tooot-app/app synced 2025-02-18 04:40:57 +01:00
This commit is contained in:
Zhiyuan Zheng 2021-03-13 14:18:14 +01:00
parent cca0ca7032
commit 2620ec52bb
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0

View File

@ -24,6 +24,7 @@ const HeaderSharedApplication = React.memo(
application.website && (await openLink(application.website))
}}
style={[styles.application, { color: theme.secondary }]}
numberOfLines={1}
>
{t('shared.header.shared.application', {
application: application.name
@ -36,6 +37,7 @@ const HeaderSharedApplication = React.memo(
const styles = StyleSheet.create({
application: {
flex: 1,
...StyleConstants.FontStyle.S,
marginLeft: StyleConstants.Spacing.S
}