Skip to content

Commit

Permalink
feat: adds blue_donate_interact colour (#684)
Browse files Browse the repository at this point in the history
* feat: adds blue_donate_interact colour
  • Loading branch information
curlyfriesplease authored Nov 6, 2024
1 parent 90932d0 commit 7af3227
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/theme/crTheme/Colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,15 @@ const Item = styled.div`
<Text tag="p" color="white">#2042AD</Text>
</Card>
</Item>

<Item>
<Card backgroundColor="blue_donate_interact" height="auto">
<Text tag="h3" color="white" size="xs">
Blue Donate Interact
</Text>
<Text tag="p" color="white">#001A85</Text>
</Card>
</Item>
</Grid>
</div>;
```
1 change: 1 addition & 0 deletions src/theme/crTheme/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const colors = {
blue: '#0565D1',
blue_dark: '#274084',
blue_donate: '#2042AD',
blue_donate_interact: '#001A85',
blue_light: '#BECCF9',
blue_royal: '#6489FC',
coral: '#F9686D',
Expand Down
1 change: 1 addition & 0 deletions src/theme/srTheme/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const colors = {
blue: '#223c59',
blue_dark: '#3a4972',
blue_donate: '#2042AD',
blue_donate_interact: '#001A85',
blue_light: '#274084',
blue_royal: '#6489FC',
coral: '#FF6F61',
Expand Down

0 comments on commit 7af3227

Please sign in to comment.