From 63dee10fd874871ba275f52f2c35208cd9ee13a1 Mon Sep 17 00:00:00 2001 From: Chris Duarte Date: Fri, 24 Feb 2017 05:18:15 -0800 Subject: [PATCH] PLT-5644 Center align login header text and topbar title text (#295) * Center align header text in global styles * Center align topbar title text --- app/scenes/navigationSceneConnect.js | 2 +- app/styles/index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scenes/navigationSceneConnect.js b/app/scenes/navigationSceneConnect.js index 964005fe7..eec943786 100644 --- a/app/scenes/navigationSceneConnect.js +++ b/app/scenes/navigationSceneConnect.js @@ -43,7 +43,7 @@ const defaults = { ); diff --git a/app/styles/index.js b/app/styles/index.js index 2bb445eb2..ee65ad873 100644 --- a/app/styles/index.js +++ b/app/styles/index.js @@ -22,6 +22,7 @@ export const GlobalStyles = StyleSheet.create({ height: 50 }, header: { + textAlign: 'center', marginTop: 15, marginBottom: 15, fontSize: 32,