mirror of
https://github.com/tooot-app/app
synced 2025-04-15 10:47:46 +02: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))
|
application.website && (await openLink(application.website))
|
||||||
}}
|
}}
|
||||||
style={[styles.application, { color: theme.secondary }]}
|
style={[styles.application, { color: theme.secondary }]}
|
||||||
|
numberOfLines={1}
|
||||||
>
|
>
|
||||||
{t('shared.header.shared.application', {
|
{t('shared.header.shared.application', {
|
||||||
application: application.name
|
application: application.name
|
||||||
@ -36,6 +37,7 @@ const HeaderSharedApplication = React.memo(
|
|||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
application: {
|
application: {
|
||||||
|
flex: 1,
|
||||||
...StyleConstants.FontStyle.S,
|
...StyleConstants.FontStyle.S,
|
||||||
marginLeft: StyleConstants.Spacing.S
|
marginLeft: StyleConstants.Spacing.S
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user