ov-components: update documentation for setTheme method to clarify theme mode application

master
Carlos Santos 2025-09-30 12:48:00 +02:00
parent d54e21d726
commit 1298e3160d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {