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%',