Skip to content

Commit

Permalink
Update SearchScreen styles for improved UI consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 8, 2025
1 parent b36a40f commit 0335b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile/screens/SearchScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
backgroundColor: '#fff',
backgroundColor: '#f37022',
// borderColor: '#d9d8d9',
borderColor: '#f37022',
borderRadius: 4,
Expand All @@ -313,11 +313,11 @@ const styles = StyleSheet.create({
paddingVertical: 5,
},
shwoFiltersIcon: {
color: '#f37022',
color: '#fff',
marginRight: 5,
},
shwoFiltersTxt: {
color: '#f37022',
color: '#fff',
}
})

Expand Down

0 comments on commit 0335b49

Please sign in to comment.