From 2949ab0302d41f4e17c400335862afe5883a0ca7 Mon Sep 17 00:00:00 2001 From: Timo K Date: Thu, 22 Feb 2024 15:19:11 +0100 Subject: [PATCH] fix comment Signed-off-by: Timo K --- src/UrlParams.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UrlParams.ts b/src/UrlParams.ts index 40288d32..78735a8e 100644 --- a/src/UrlParams.ts +++ b/src/UrlParams.ts @@ -132,7 +132,7 @@ export interface UrlParams { returnToLobby: boolean; /** * The theme to use for element call. - * can be "light", "dark", "light-hc" or "dark-hc". + * can be "light", "dark", "light-high-contrast" or "dark-high-contrast". */ theme: string | null; /** This defines the homeserver that is going to be used when joining a room.