Skip to content

Commit

Permalink
Fix button styling on order history
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin committed Mar 22, 2024
1 parent 9bc12e4 commit 8cb4ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Account/screens/OrderHistoryScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const OrderHistoryScreen = ({ navigation, route }) => {
</View>
)}
</View>
<TouchableOpacity onPress={() => navigation.goBack()} style={tailwind('mr-4')}>
<TouchableOpacity onPress={() => navigation.goBack()}>
<View style={tailwind('rounded-full bg-gray-100 w-10 h-10 flex items-center justify-center')}>
<FontAwesomeIcon icon={useLeftArrow === true ? faArrowLeft : faTimes} />
</View>
Expand Down

0 comments on commit 8cb4ae2

Please sign in to comment.