Skip to content

Commit

Permalink
design change
Browse files Browse the repository at this point in the history
  • Loading branch information
lsylcy0307 committed Apr 28, 2024
1 parent f3f474c commit 15b6969
Show file tree
Hide file tree
Showing 5 changed files with 587 additions and 262 deletions.
6 changes: 5 additions & 1 deletion client/src/DonationInfo/DonationInfoPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,11 @@ function DonationInfoPage() {
>
<Button
onClick={() => navigate('/home')}
style={{ marginLeft: '16px', background: 'blue', color: 'white' }}
style={{
marginLeft: '16px',
background: '#417FED',
color: 'white',
}}
>
Send them a message now
</Button>
Expand Down
1 change: 1 addition & 0 deletions client/src/assets/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const theme = createTheme({
'Oxygen',
'Ubuntu',
'Cantarell',
'Varela Round',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
Expand Down
145 changes: 139 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.2",
"styled-components": "^5.3.3"
"styled-components": "^5.3.3",
"typeface-varela-round": "^1.1.13"
},
"devDependencies": {
"@types/babel__core": "^7.1.19",
Expand Down
Loading

0 comments on commit 15b6969

Please sign in to comment.