temperature screen styling update

This commit is contained in:
mashazyu
2019-03-18 23:17:55 +01:00
committed by Sofiya Tepikin
parent a4545fedcf
commit c22bff5948
7 changed files with 133 additions and 100 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { View } from 'react-native'
import AppText from './app-text'
import styles from '../styles'
const FramedSegment = ({ children, ...props }) => {
const FramedSegment = ({children, ...props}) => {
const style = [styles.framedSegment, props.style]
if (props.last) style.push(styles.framedSegmentLast)
return (