mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 00:01:01 +00:00
auto-commit for 07917365-6421-4b8e-95df-5fff10eb5663
This commit is contained in:
@@ -169,7 +169,15 @@ export default function SettingsScreen({ navigation }: any) {
|
||||
<SettingItem
|
||||
icon="moon"
|
||||
title="Dark Mode"
|
||||
subtitle="Coming soon"
|
||||
subtitle={isDarkMode ? "Dark theme enabled" : "Light theme enabled"}
|
||||
rightElement={
|
||||
<Switch
|
||||
value={isDarkMode}
|
||||
onValueChange={toggleTheme}
|
||||
trackColor={{ false: '#E5E7EB', true: '#EE2A3580' }}
|
||||
thumbColor={isDarkMode ? '#EE2A35' : '#F3F4F6'}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
</SettingSection>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user