diff --git a/ui/analyse/src/explorer/explorerConfig.ts b/ui/analyse/src/explorer/explorerConfig.ts index 2c7c468bf0a1..72935df2c22e 100644 --- a/ui/analyse/src/explorer/explorerConfig.ts +++ b/ui/analyse/src/explorer/explorerConfig.ts @@ -83,7 +83,7 @@ export class ExplorerConfigCtrl { value: storedStringProp('analyse.explorer.player.name', this.myName || ''), previous: storedJsonProp('explorer.player.name.previous', () => []), }, - color: prevData?.color || prop('white'), + color: prevData?.color || prop(root.bottomColor()), byDb() { return this.byDbData[this.db()] || this.byDbData.lichess; },