Skip to content

Commit c6167a9

Browse files
authored
refactor: remove dangling comment (#1929)
1 parent 65c17a0 commit c6167a9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

site/src/theme/palettes.ts

-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
import { PaletteOptions } from "@material-ui/core/styles/createPalette"
22

3-
/**
4-
* Augment MUI Palette with Coder-specific design system
5-
*/
6-
7-
/**
8-
* Dark theme color palette
9-
*
10-
* This maps to our design system at:
11-
* https://www.figma.com/file/VkXU4873QOsSprMQV02GgR/Design-System?node-id=219%3A40
12-
*/
133
export const darkPalette: PaletteOptions = {
144
type: "dark",
155
primary: {

0 commit comments

Comments
 (0)