From 00209bb7850b5e3d220b18438dd55fab07f71b7b Mon Sep 17 00:00:00 2001 From: Basith <134603758+abdulbasithqb@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:03:18 +0530 Subject: [PATCH] fix: Revert color palette to immutable state (#2578 by @abdulbasithqb) [skip ci] --- 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",