Skip to content

Commit

Permalink
feat: changed colour to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Aug 7, 2023
1 parent 4a06024 commit d784e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const styles = StyleSheet.create({
highlight: {
fontSize: 24,
fontWeight: '700',
// color: 'blue',
color: 'red',
color: 'blue',
// color: 'red',
},
});

Expand Down

0 comments on commit d784e8d

Please sign in to comment.