-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
V2 background color continuity across all pages #1200 #1274
Conversation
There was a problem hiding this 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!
client/theme/theme.js
Outdated
@@ -28,7 +28,7 @@ const theme = createMuiTheme({ | |||
light: colorTextSecondaryLight, | |||
}, | |||
background: { | |||
default: '#1A1A1A', | |||
default: '#0f181f', |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks Arnav!
Fixes #1200
dev
branchAny questions? See the getting started guide