From 1298e3160d92777451d8e23c9ea3848bdb1c045d Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 30 Sep 2025 12:48:00 +0200 Subject: [PATCH] ov-components: update documentation for setTheme method to clarify theme mode application --- .../src/lib/services/theme/theme.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/theme/theme.service.ts b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/theme/theme.service.ts index 53321917..651046eb 100644 --- a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/theme/theme.service.ts +++ b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/theme/theme.service.ts @@ -69,7 +69,7 @@ export class OpenViduThemeService { } /** - * Sets the theme mode (light, dark, or auto) + * Sets the theme mode to apply {@link OpenViduThemeMode} * @param theme The theme mode to apply */ setTheme(theme: OpenViduThemeMode): void {