Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 background color continuity across all pages #1200 #1274

Conversation

ardada2468
Copy link
Contributor

@ardada2468 ardada2468 commented Jul 7, 2022

Fixes #1200

  • Up to date with dev branch
  • Branch name follows guidelines
  • All PR Status checks are successful
  • Peer reviewed and approved

Any questions? See the getting started guide

@ardada2468 ardada2468 requested a review from nichhk July 7, 2022 21:51
@ardada2468 ardada2468 marked this pull request as ready for review July 7, 2022 21:54
Copy link
Member

@nichhk nichhk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also share some screenshots showing the color change? Thanks!

@@ -28,7 +28,7 @@ const theme = createMuiTheme({
light: colorTextSecondaryLight,
},
background: {
default: '#1A1A1A',
default: '#0f181f',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we generally use uppercase for color codes, so let's stick with that for consistency.

@ardada2468
Copy link
Contributor Author

image

This is how it looks on my end.

Copy link
Member

@nichhk nichhk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks Arnav!

@nichhk nichhk merged commit 1038aa4 into hackforla:dev Jul 22, 2022
@ardada2468 ardada2468 deleted the v2-Background-Color-Continuity-Across-All-Pages-#1200 branch July 23, 2022 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2 Background Color Continuity Across All Pages
2 participants