Skip to content

Commit

Permalink
feat: changed colour to red
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Aug 7, 2023
1 parent 72d1895 commit 2336189
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ function App(): JSX.Element {
);
}

// const RED_COLOR = 'red';
const BLUE_COLOR = 'blue';
const styles = StyleSheet.create({
sectionHeader: {
padding: 85,
Expand All @@ -70,8 +68,8 @@ const styles = StyleSheet.create({
highlight: {
fontSize: 24,
fontWeight: '700',
color: BLUE_COLOR,
// color: RED_COLOR,
// color: 'blue',
color: 'red',
},
});

Expand Down

0 comments on commit 2336189

Please sign in to comment.