Skip to content

Commit

Permalink
default color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Dec 1, 2024
1 parent f6dadf3 commit a02cb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/client/OpenAudioAppContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class OpenAudioAppContainer extends React.Component {
const url = new URL(window.location.href);
const testMode = url.searchParams.get('testMode');
if (testMode != null) {
setBgColor('#818CF8');
setBgColor('#8B7355');
// set the global state to test mode
setGlobalState(SeededTestData);
MessageModule.handleCountry('gb');
Expand Down
4 changes: 2 additions & 2 deletions client/src/client/config/TestData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const SeededTestData = {
isLoading: false,
clickLock: false,
currentUser: {
userName: 'Test User',
uuid: 'b832a1b0-4843-4c73-9c83-2f8dad08d950',
userName: 'Mindgamesnl',
uuid: 'f0c8657b-f384-4df6-9d66-e9f36c36ce8a',
token: 'test',
publicServerKey: 'test',
},
Expand Down

0 comments on commit a02cb94

Please sign in to comment.