Skip to content

Commit

Permalink
changing color on btn
Browse files Browse the repository at this point in the history
  • Loading branch information
mateodaza committed Sep 5, 2024
1 parent 019b8ae commit 575ee16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/projects/qfBanner/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export const Desc = styled(Flex)`
justify-content: center;
gap: 8px;
padding: 9px 20px;
background: ${brandColors.pinky[500]};
background: ${brandColors.mustard[500]};
margin-top: 12px;
margin-bottom: 32px;
color: ${neutralColors.gray[100]};
color: ${neutralColors.gray[900]};
`;

export const ImgBase = styled.img`
Expand Down

0 comments on commit 575ee16

Please sign in to comment.