Skip to content

Make color usage more consistent #3842

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

Merged
merged 17 commits into from
Sep 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use closest color for avatar
  • Loading branch information
presleyp committed Sep 2, 2022
commit ab06a15436117ef6a171fdb19f83042833c1fb65
2 changes: 1 addition & 1 deletion site/src/theme/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getOverrides = ({ palette, breakpoints }: Theme): Overrides => {
fontSize: 18,
},
colorDefault: {
backgroundColor: "#a1adc9",
backgroundColor: colors.gray[6],
},
},
MuiButton: {
Expand Down