Skip to content

Commit

Permalink
changes text of contact dialog to a darker gray
Browse files Browse the repository at this point in the history
  • Loading branch information
elenavolpato committed Aug 30, 2023
1 parent 61511f6 commit 36a1a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContactDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import GitHubIcon from '@mui/icons-material/GitHub';
export default function ContactDialog() {
return (
<>
<DialogTitle id="contact-dialog-title" color="dark-gray">
<DialogTitle id="contact-dialog-title">
{"Contact"}
</DialogTitle>
<DialogContent>
<DialogContentText id="contact-dialog-description" >
<DialogContentText id="contact-dialog-description" color="dark-gray" >
Contact us via email, visit
<Link underline="hover" color="inherit" href="https://seasonalfood.fuzue.tech/" target="_blank"> our website</Link>
&nbsp;or check out <Link underline="hover" color="inherit" href="https://github.com/fuzue/seasonalfood"> our repository in github.</Link>
Expand Down

0 comments on commit 36a1a37

Please sign in to comment.