Skip to content

Commit

Permalink
fix: adjust LevelProgress dark pink color
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKhramtsov committed Oct 17, 2024
1 parent 382934c commit 0310167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/Colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Colors = {
black: '#000',
white: '#fff',
pink: '#FF00AA',
pinkDark: '#BF4095',
pinkDark: '#D7008F',
blue: '#00AAFF',
purple: '#9F01ED',
apprenticePink: '#F01A96',
Expand Down

0 comments on commit 0310167

Please sign in to comment.