Introduces Header redesign along with some global styles changes

This commit is contained in:
mashazyu
2020-03-23 22:20:17 +01:00
committed by Sofiya Tepikin
parent e101ecb8d1
commit ce92b0af33
10 changed files with 210 additions and 132 deletions
+2 -3
View File
@@ -4,7 +4,7 @@ import { StyleSheet, View } from 'react-native'
import AppText from './app-text'
import { Containers, Spacing, Sizes, Typography } from '../../styles/redesign'
import { Containers, Spacing, Typography } from '../../styles/redesign'
const Segment = ({ children, last, title }) => {
const containerStyle = last ? styles.containerLast : styles.container
@@ -37,8 +37,7 @@ const styles = StyleSheet.create({
...segmentContainer
},
title: {
fontSize: Sizes.subtitle,
...Typography.title
...Typography.subtitle
}
})