mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
Fix clear storage button color
This commit is contained in:
parent
cacc12fa80
commit
612f04fabc
@ -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()}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user