Fixes #1264
This commit is contained in:
Vlad Filippov 2018-07-05 11:32:40 -04:00 коммит произвёл GitHub
Родитель 513ab73e33
Коммит 825ae5d549
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ class LoginPanel extends React.Component {
style={{width: 150, height: 150 }}
source={require('../assets/notes-1024.png')}
/>
<Text style={{ fontWeight: 'bold', fontSize: 24, padding: 10, paddingTop: 30, paddingBottom: 30 }}>
<Text style={{ fontWeight: 'bold', fontSize: 24, paddingTop: 30, paddingBottom: 30, width: '100%', textAlign: 'center' }}>
{ i18nGetMessage('welcomeTitle4') }
</Text>
<Text style={{ fontWeight: 'bold', fontSize: 16, paddingBottom: 30, textAlign: 'center', lineHeight: 22 }}>{ i18nGetMessage('welcomeHeadline') }</Text>