From df03a7e6b22780223c77118866561ef490494408 Mon Sep 17 00:00:00 2001 From: G r e y Date: Tue, 31 May 2022 15:26:07 -0400 Subject: [PATCH 1/2] refactor: remove dangling comment --- site/src/theme/palettes.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/src/theme/palettes.ts b/site/src/theme/palettes.ts index ac740f446e5ae..266087780d250 100644 --- a/site/src/theme/palettes.ts +++ b/site/src/theme/palettes.ts @@ -1,9 +1,5 @@ import { PaletteOptions } from "@material-ui/core/styles/createPalette" -/** - * Augment MUI Palette with Coder-specific design system - */ - /** * Dark theme color palette * From 763eaa0013f49a99b61a6f56e746e703a1bb1105 Mon Sep 17 00:00:00 2001 From: G r e y Date: Tue, 31 May 2022 15:27:04 -0400 Subject: [PATCH 2/2] Update palettes.ts --- site/src/theme/palettes.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/src/theme/palettes.ts b/site/src/theme/palettes.ts index 266087780d250..ef6241cd4e88b 100644 --- a/site/src/theme/palettes.ts +++ b/site/src/theme/palettes.ts @@ -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: {