Fix clear storage button color

This commit is contained in:
Bill Thornton 2019-08-21 22:16:42 -04:00
parent cacc12fa80
commit 612f04fabc

View File

@ -23,6 +23,7 @@ export default class SettingsScreen extends React.Component {
return (
<View style={styles.container}>
<Button
color={Colors.tintColor}
title='Clear Storage'
onPress={() => this.clearStorage()}
/>