give fixed width to Paragraph on introduction screen

This commit is contained in:
ammarahm-ed
2021-02-23 00:24:07 +05:00
parent d7befadbc8
commit 2e4373d601

View File

@@ -205,6 +205,7 @@ const SplashScreen = () => {
fontWeight: 'normal',
textAlign: 'center',
alignSelf: 'center',
maxWidth:"80%"
}}>
{item.description}
</Paragraph>