Skip to content

Commit

Permalink
more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tedydevmac committed Apr 1, 2024
1 parent c6417ee commit 26f858c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boothScreens/AppliedSub.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ const AppliedSub = () => {
</Svg>
</TouchableOpacity>
</View>
<View>
<View style={{marginLeft: "5%"}}>
<Text style={styles.sectionHeader}> Applied Subjects</Text>
</View>
{isSearchBarVisible && (
<View
style={{
marginTop: 20,
height: 40,
height: '5%',
width: '90%',
marginLeft: '5%',
borderRadius: 20,
Expand Down

0 comments on commit 26f858c

Please sign in to comment.