From f9926cf96e021c92ade2dc69100474b19753c76d Mon Sep 17 00:00:00 2001 From: abdulbasithqb Date: Tue, 5 Dec 2023 16:34:28 +0530 Subject: [PATCH] enhancement: Revert color palette to mutable state --- boilerplate/app/theme/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",