Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan1013 committed Apr 25, 2022
2 parents d5284d2 + dd39682 commit 99a6d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions screens/teachers/teacher_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function TeacherSearch({ navigation }) {
<FontAwesome
name="search"
size={20}
color={colors.Header}
color={colors.Primary1}
style={{ paddingBottom: 7 }}
/>
</TouchableOpacity>
Expand All @@ -169,13 +169,13 @@ export default function TeacherSearch({ navigation }) {
style={[
styles(colors).p,
{
color: colors.Placeholder,
color: colors.Subtitle,
textAlign: "center",
maxWidth: "85%",
},
]}
>
Search a teacher, e.g. "Jennifer Wong"
(e.g. "Jennifer Wong")
</Text>
</View>
)}
Expand Down

0 comments on commit 99a6d60

Please sign in to comment.