Skip to content

Commit

Permalink
Merge pull request #635 from nwplus/indy/rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 authored Nov 2, 2024
2 parents 27c8285 + ce80c8a commit e7979ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/RewardCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ const Grid = styled.div`
const Title = styled.h1`
font-size: 24px;
font-weight: 400;
color: ${p => p.theme.colors.lines};
color: ${p => p.theme.colors.text};
`

const Text = styled.h3`
font-size: 18px;
font-weight: 300;
margin-top: -12px;
color: ${p => p.theme.colors.lines};
color: ${p => p.theme.colors.text};
`

const Description = styled.h3`
font-size: 18px;
font-weight: 300;
text-align: center;
color: ${p => p.theme.colors.lines};
color: ${p => p.theme.colors.text};
`

const SubTitle = styled.p`
Expand All @@ -61,7 +61,7 @@ const InfoIcon = styled.div`
height: 24px;
border: 2px solid ${p => p.theme.colors.lines};
border-radius: 50%;
color: ${p => p.theme.colors.lines};
color: ${p => p.theme.colors.text};
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit e7979ee

Please sign in to comment.