mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-07-20 04:15:39 +00:00
auto-commit for b0c9ccf8-9f79-4e20-a1ef-c2be3df6d4b0
This commit is contained in:
@@ -194,9 +194,12 @@ export default function SettingsScreen({ navigation }: any) {
|
|||||||
</SettingSection>
|
</SettingSection>
|
||||||
|
|
||||||
{/* Sign Out */}
|
{/* Sign Out */}
|
||||||
<TouchableOpacity style={styles.signOutButton} onPress={handleSignOut}>
|
<TouchableOpacity
|
||||||
<Ionicons name="log-out-outline" size={20} color="#EF4444" />
|
style={[styles.signOutButton, { backgroundColor: colors.error + '20' }]}
|
||||||
<Text style={styles.signOutText}>Sign Out</Text>
|
onPress={handleSignOut}
|
||||||
|
>
|
||||||
|
<Ionicons name="log-out-outline" size={20} color={colors.error} />
|
||||||
|
<Text style={[styles.signOutText, { color: colors.error }]}>Sign Out</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user