Skip to content

Commit

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

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

Expand Down

0 comments on commit 2ed3236

Please sign in to comment.