Skip to content

Commit

Permalink
tab bar nav styles update
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepThePatel committed Apr 1, 2024
1 parent ce7b19d commit 296e222
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
3 changes: 3 additions & 0 deletions navigators/TabNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ const TabNavigator = ({ route }) => {
tabBarStyle: {
display: "flex",
backgroundColor: '#3e5e60',
borderTopWidth: 0, // Set borderTopWidth to 0 to remove the top border
elevation: 0,
shadowOpacity: 0,
},
})}
>
Expand Down
8 changes: 2 additions & 6 deletions styles/CookbookStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,10 @@ const getStyles = (theme) => StyleSheet.create({
color: theme === 'dark' ? 'white' : 'black',
},
addButton: {
color: "blue",
fontSize: 16,
padding: 16,
},
closeButton1: {
color: "blue",
color: "#5da8af",
fontSize: 16,
padding: 16,
fontWeight: '700',
},

//----- MealCard.js (under saved) -----//
Expand Down
8 changes: 2 additions & 6 deletions styles/WorkoutStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,10 @@ const getStyles = (theme) => StyleSheet.create({
color: theme === 'dark' ? 'white' : 'black',
},
addButton: {
color: "blue",
fontSize: 16,
padding: 16,
},
closeButton1: {
color: "blue",
color: "#5da8af",
fontSize: 16,
padding: 16,
fontWeight: '700',
},

//----- WorkoutCard.js (under saved) -----//
Expand Down

0 comments on commit 296e222

Please sign in to comment.