fix(#25983): update theme default to auto (#25985)

Signed-off-by: Elton de Boer <elton@playgroundtech.io>
This commit is contained in:
Elton de Boer 2026-04-15 02:31:35 +02:00 committed by GitHub
parent 1bd0d48c82
commit 3ce32a9880
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -298,6 +298,7 @@ Currently, the following organizations are **officially** using Argo CD:
1. [Pismo](https://pismo.io/)
1. [PITS Globale Datenrettungsdienste](https://www.pitsdatenrettung.de/)
1. [Platform9 Systems](https://platform9.com/)
1. [Playground Tech](https://playgroundgroup.io)
1. [Polarpoint.io](https://polarpoint.io)
1. [Pollinate](https://www.pollinate.global)
1. [PostFinance](https://github.com/postfinance)

View file

@ -175,7 +175,7 @@ const DEFAULT_PREFERENCES: ViewPreferences = {
hideBannerContent: '',
hideSidebar: false,
position: '',
theme: 'light'
theme: 'auto'
};
export class ViewPreferencesService {