From f3364d32ab1b840f9be6ed08f14d49bc9c6c9f49 Mon Sep 17 00:00:00 2001 From: Risuleia Date: Tue, 26 Dec 2023 21:08:25 +0530 Subject: [PATCH] additional fix for text underline --- components/home/welcome/welcome.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }),