mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-01 07:37:58 +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>
|
||||
|
||||
{/* Sign Out */}
|
||||
<TouchableOpacity style={styles.signOutButton} onPress={handleSignOut}>
|
||||
<Ionicons name="log-out-outline" size={20} color="#EF4444" />
|
||||
<Text style={styles.signOutText}>Sign Out</Text>
|
||||
<TouchableOpacity
|
||||
style={[styles.signOutButton, { backgroundColor: colors.error + '20' }]}
|
||||
onPress={handleSignOut}
|
||||
>
|
||||
<Ionicons name="log-out-outline" size={20} color={colors.error} />
|
||||
<Text style={[styles.signOutText, { color: colors.error }]}>Sign Out</Text>
|
||||
</TouchableOpacity>
|
||||
</ScrollView>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user