fix stuff

This commit is contained in:
2025-03-12 14:13:19 -05:00
parent 7e4978f0e0
commit c503e4fb94
6 changed files with 286 additions and 289 deletions

View File

@ -43,6 +43,7 @@ const ThemedTextInput: React.FC<ThemedTextInputProps> = ({
color: Colors[scheme].text,
backgroundColor: Colors[scheme].background,
fontSize,
lineHeight: fontSize * 1.5,
},
style,
]}