From 0785a3f501d1945173062a8f6f853ec420729bc1 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Mon, 31 Oct 2022 16:00:16 -0700 Subject: [PATCH] app base image --- app/mobile/src/session/welcome/Welcome.jsx | 5 +---- app/mobile/src/session/welcome/Welcome.styled.js | 8 ++++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/mobile/src/session/welcome/Welcome.jsx b/app/mobile/src/session/welcome/Welcome.jsx index df597242..44d71f31 100644 --- a/app/mobile/src/session/welcome/Welcome.jsx +++ b/app/mobile/src/session/welcome/Welcome.jsx @@ -9,12 +9,9 @@ export function Welcome() { return ( - Welcome to Databag + Databag Communication for the decentralized web - Step 1: setup your profile - Step 2: connect with people - Step 3: start a conversation topic ); } diff --git a/app/mobile/src/session/welcome/Welcome.styled.js b/app/mobile/src/session/welcome/Welcome.styled.js index 574d7556..c1a31eea 100644 --- a/app/mobile/src/session/welcome/Welcome.styled.js +++ b/app/mobile/src/session/welcome/Welcome.styled.js @@ -15,21 +15,25 @@ export const styles = StyleSheet.create({ width: null, height: null, resizeMode: 'contain', + marginBottom: 16, + opacity: 0.3, }, header: { width: '100%', alignItems: 'center', justifyContent: 'center', - padding: 8, textAlign: 'center', fontSize: 20, + paddingTop: 16, + color: Colors.text, }, label: { width: '100%', alignItems: 'center', justifyContent: 'center', - padding: 8, textAlign: 'center', + paddingBottom: 16, + color: Colors.text, }, message: { width: '100%',