mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Fixed #55
This commit is contained in:
parent
cca0ca7032
commit
2620ec52bb
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user