Skip to content

Commit b8f89d2

Browse files
authored
Set default colour scheme to 'system' (#388)
1 parent 16ec1e7 commit b8f89d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/nasty-radios-kneel.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'playroom': minor
3+
---
4+
5+
Set default colour scheme to 'system'.

src/StoreContext/StoreContext.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ const initialState: State = {
438438
editorHeight: defaultEditorSize,
439439
editorWidth: defaultEditorSize,
440440
ready: false,
441-
colorScheme: 'light',
441+
colorScheme: 'system',
442442
};
443443

444444
export const StoreContext = createContext<StoreContextValues>([

0 commit comments

Comments
 (0)