Refactor settings to use stack to allow dark theme. Move theme to app reducer to allow persistence.

This commit is contained in:
Patrick Fic
2025-10-23 13:58:33 -07:00
parent f170192008
commit b1ee922066
15 changed files with 60 additions and 23 deletions

View File

@@ -107,7 +107,7 @@ function JobListItemComponent({ openImagePicker, item }) {
const styles = StyleSheet.create({
pressable: {
marginHorizontal: 12,
// marginHorizontal: 12,
marginVertical: 6,
},
outerShadow: {