PLT-5644 Center align login header text and topbar title text (#295)

* Center align header text in global styles

* Center align topbar title text
This commit is contained in:
Chris Duarte 2017-02-24 05:18:15 -08:00 committed by enahum
parent 1f28c46d93
commit 63dee10fd8
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ const defaults = {
<FormattedText
id={title.id}
defaultMessage={title.defaultMessage}
style={{color: theme.sidebarHeaderTextColor, fontSize: 15, fontWeight: 'bold'}}
style={{textAlign: 'center', color: theme.sidebarHeaderTextColor, fontSize: 15, fontWeight: 'bold'}}
/>
</View>
);

View file

@ -22,6 +22,7 @@ export const GlobalStyles = StyleSheet.create({
height: 50
},
header: {
textAlign: 'center',
marginTop: 15,
marginBottom: 15,
fontSize: 32,