Skip to content

Commit

Permalink
Persist Color Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
wyne committed Apr 17, 2024
1 parent 9c97a34 commit cff1d6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions redux/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const settingsPersistConfig = {
'onboarded',
'showPointParticles',
'showPlayerIndex',
'showColorPalettes',
'interactionType',
'lastStoreReviewPrompt',
],
Expand Down
2 changes: 0 additions & 2 deletions src/ColorPalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const palettes: PaletteType = {
'#e71d36',
'#ff9f1c',
'#f3722c',
'#f8961e',
'#f9844a',
],
'grey': [
'#f8f9fa',
Expand Down

0 comments on commit cff1d6c

Please sign in to comment.