Feature/ios launch

This commit is contained in:
Sofiya Tepikin
2021-05-02 16:31:17 +00:00
parent e532c3d94c
commit f0155b342f
24 changed files with 683 additions and 1630 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ import { StyleSheet, TouchableOpacity } from 'react-native'
import AppIcon from './app-icon'
import AppText from './app-text'
import { Colors, Fonts, Spacing } from '../../styles'
import { Colors, Fonts, Sizes, Spacing } from '../../styles'
const Button = ({
children,
@@ -52,7 +52,7 @@ const text = {
}
const textSmall = {
fontSize: Fonts.small,
fontSize: Sizes.small,
padding: Spacing.small,
textTransform: 'uppercase'
}