feat: Apply default text styles to ReText

This commit is contained in:
Lei Nelissen
2022-05-05 22:59:32 +02:00
parent b0961d3263
commit 37ead0ec98
14 changed files with 49 additions and 38 deletions

View File

@@ -6,7 +6,8 @@ import { NavigationProp } from '../..';
import { useTypedSelector } from 'store';
import { t } from '@localisation';
import Button from 'components/Button';
import Text from 'components/Text';
import { Text } from 'components/Typography';
const InputContainer = styled.View`
margin: 10px 0;