Skip to content

Commit

Permalink
Merge pull request #1671 from hackforla/1668-add-back-button-to-close…
Browse files Browse the repository at this point in the history
…-cookie-notice

Added button Style to set text and border to white
  • Loading branch information
funbunch authored Feb 10, 2024
2 parents 100d267 + 27de04b commit fbea7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/main/CookieNotice.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function CookieNotice({
website, you consent to our use of cookies and other tracking technologies.
<Link className={classes.linkStyle} to="/privacy">Learn more</Link>
<CardActions style={{ justifyContent: 'flex-end' }}>
<Button variant="outlined" onClick={handleClick}>Got it!</Button>
<Button variant="outlined" color="inherit" onClick={handleClick}>Got it!</Button>
</CardActions>
</CardContent>

Expand Down

0 comments on commit fbea7db

Please sign in to comment.