Skip to content

Commit

Permalink
refactor: remove dangling comment (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyscaled committed May 31, 2022
1 parent 65c17a0 commit c6167a9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions site/src/theme/palettes.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
import { PaletteOptions } from "@material-ui/core/styles/createPalette"

/**
* Augment MUI Palette with Coder-specific design system
*/

/**
* 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

0 comments on commit c6167a9

Please sign in to comment.