From cff1d6c8e667e24631eaeb300f962c9ff1b7147d Mon Sep 17 00:00:00 2001 From: Justin Wyne <1986068+wyne@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:32:21 -0700 Subject: [PATCH] Persist Color Feature --- redux/store.ts | 1 + src/ColorPalette.ts | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/redux/store.ts b/redux/store.ts index c79973fc..9de2f8f1 100644 --- a/redux/store.ts +++ b/redux/store.ts @@ -19,6 +19,7 @@ const settingsPersistConfig = { 'onboarded', 'showPointParticles', 'showPlayerIndex', + 'showColorPalettes', 'interactionType', 'lastStoreReviewPrompt', ], diff --git a/src/ColorPalette.ts b/src/ColorPalette.ts index e2b886b6..154f6388 100644 --- a/src/ColorPalette.ts +++ b/src/ColorPalette.ts @@ -31,8 +31,6 @@ const palettes: PaletteType = { '#e71d36', '#ff9f1c', '#f3722c', - '#f8961e', - '#f9844a', ], 'grey': [ '#f8f9fa',