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:
parent
1f28c46d93
commit
63dee10fd8
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ export const GlobalStyles = StyleSheet.create({
|
|||
height: 50
|
||||
},
|
||||
header: {
|
||||
textAlign: 'center',
|
||||
marginTop: 15,
|
||||
marginBottom: 15,
|
||||
fontSize: 32,
|
||||
|
|
|
|||
Loading…
Reference in a new issue