Fix back button tinting (#144)

This commit is contained in:
Leo Nikkilä
2017-02-02 00:26:03 +02:00
committed by Satyajit Sahoo
parent 2e6f7a015f
commit b07ba79d89

View File

@@ -27,9 +27,8 @@ const HeaderBackButton = ({ onPress, title, tintColor }: Props) => (
>
<View style={styles.container}>
<Image
style={styles.button}
style={[styles.button, { tintColor }]}
source={require('./assets/back-icon.png')}
tintColor={tintColor}
/>
{Platform.OS === 'ios' && title && (
<Text style={[styles.title, { color: tintColor }]}>