Skip to content

Commit

Permalink
fix: consistent gray color
Browse files Browse the repository at this point in the history
  • Loading branch information
NPC64927130 committed Mar 20, 2022
1 parent 8df5217 commit a445bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { IconProp } from '@fortawesome/fontawesome-svg-core';

const white = '#FFF';
const black = '#000';
const grey = '#AAA';
const grey = '#999';
const brandColor = '#498200';
const twitterColor = '#1DA1F2';

Expand Down

0 comments on commit a445bce

Please sign in to comment.