diff --git a/components/home/welcome/welcome.style.js b/components/home/welcome/welcome.style.js index 5260166..297af14 100644 --- a/components/home/welcome/welcome.style.js +++ b/components/home/welcome/welcome.style.js @@ -27,7 +27,7 @@ const styles = StyleSheet.create({ fontFamily: FONT.regular, fontSize: SIZES.large, color: COLORS.secondary, - borderBottomWidth: (!username || !editing) ? 1 : 0, + borderBottomWidth: (!username || !editing) ? 0 : 1, borderStyle: 'dashed', padding: 0 }),