Skip to content

refactor: remove dangling comment #1929

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 2 commits into from
May 31, 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
Update palettes.ts
  • Loading branch information
greyscaled authored May 31, 2022
commit 763eaa0013f49a99b61a6f56e746e703a1bb1105
6 changes: 0 additions & 6 deletions site/src/theme/palettes.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { PaletteOptions } from "@material-ui/core/styles/createPalette"

/**
* Dark theme color palette
*
* This maps to our design system at:
* https://www.figma.com/file/VkXU4873QOsSprMQV02GgR/Design-System?node-id=219%3A40
*/
export const darkPalette: PaletteOptions = {
type: "dark",
primary: {
Expand Down