Skip to content

Commit

Permalink
additional fix for text underline
Browse files Browse the repository at this point in the history
  • Loading branch information
Risuleia committed Dec 26, 2023
1 parent 87a67a7 commit f3364d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/welcome/welcome.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}),
Expand Down

0 comments on commit f3364d3

Please sign in to comment.