We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fa66b commit 6772d6aCopy full SHA for 6772d6a
routes/index.js
@@ -32,7 +32,7 @@ const initPeakaSession = async (apiKey) => {
32
},
33
body: JSON.stringify({
34
projectId: apiKey,
35
- theme: "myDark",
+ theme: "light",
36
themeOverride: false,
37
featureFlags: {
38
queries: false,
0 commit comments