Skip to content

Commit

Permalink
Update challengesWidgetBox.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineguru committed Dec 3, 2023
1 parent d24d108 commit dcdb246
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/src/widgets/challengesWidgetBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ const styles = StyleSheet.create({
borderRadius: 10,
},
challengeContainer: {
padding: 10,
borderBottomWidth: 1,
borderBottomColor: Colors.WHITE,
backgroundColor: Colors.DARKGREEN2,
borderRadius: 10,
},
padding: 10,
borderBottomWidth: 1,
backgroundColor: Colors.DARKGREEN2,
borderRadius: 10,
margin: 5
},
challengeTitle: {
fontSize: 16,
color: Colors.WHITE,
fontSize: 16,
color: Colors.WHITE,
},
challengeDescription: {
marginTop: 5,
color: Colors.BLACK
marginTop: 5,
color: Colors.BLACK
},
header: {
fontSize: 18,
Expand Down

0 comments on commit dcdb246

Please sign in to comment.