Fixed initial errors

This commit is contained in:
2024-10-18 12:39:54 -05:00
parent 3eeffb789f
commit cc8e0c623c
10 changed files with 78 additions and 30 deletions

View File

@ -24,7 +24,7 @@ const TextButton = ({ width, height, text, fontSize, onPress }: Props ) => {
<ThemedText
style={[
{
color: Colors[scheme].text,
color: Colors[scheme].background,
fontSize: fontSize ?? DEFAULT_FONT_SIZE
}
]}