mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
refactor: remove dangling comment (#1929)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user