diff --git a/boilerplate/app/theme/colors.ts b/boilerplate/app/theme/colors.ts index a8daa8083..ae26aa944 100644 --- a/boilerplate/app/theme/colors.ts +++ b/boilerplate/app/theme/colors.ts @@ -1,6 +1,6 @@ // TODO: write documentation for colors and palette in own markdown file and add links from here -const palette: Record = { +const palette = { neutral100: "#FFFFFF", neutral200: "#F4F2F1", neutral300: "#D7CEC9",