Skip to content

Commit

Permalink
fix: Revert color palette to immutable state (#2578 by @abdulbasithqb)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
abdulbasithqb committed Dec 6, 2023
1 parent 7ea86ab commit 00209bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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<string, string> = {
const palette = {
neutral100: "#FFFFFF",
neutral200: "#F4F2F1",
neutral300: "#D7CEC9",
Expand Down

0 comments on commit 00209bb

Please sign in to comment.