fontSize: normalize()

in src/components/form.tsx [74:89]


          fontSize: normalize(17),
          fontWeight: 'bold',
          color: colors.text,
          paddingLeft: 10,
        },
        buttonGroupContainer: {marginBottom: 10},
        label: {color: colors.text, paddingBottom: 10},
      }),
      [colors.text],
    );

    return (
      <TouchableWithoutFeedback onPress={Keyboard.dismiss}>
        <View>
          {title && <Name style={styles.title}>{title}</Name>}
          {items.map((item, index) => {