Skip to content

Commit

Permalink
Set default colour scheme to 'system'
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Jan 3, 2025
1 parent 6095dc4 commit 1f08dc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nasty-radios-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playroom': minor
---

Set default colour scheme to 'system'.
2 changes: 1 addition & 1 deletion src/StoreContext/StoreContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ const initialState: State = {
editorHeight: defaultEditorSize,
editorWidth: defaultEditorSize,
ready: false,
colorScheme: 'light',
colorScheme: 'system',
};

export const StoreContext = createContext<StoreContextValues>([
Expand Down

0 comments on commit 1f08dc9

Please sign in to comment.