mirror of https://github.com/OpenVidu/openvidu.git
ov-components: update documentation for setTheme method to clarify theme mode application
parent
d54e21d726
commit
1298e3160d
|
@ -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
|
* @param theme The theme mode to apply
|
||||||
*/
|
*/
|
||||||
setTheme(theme: OpenViduThemeMode): void {
|
setTheme(theme: OpenViduThemeMode): void {
|
||||||
|
|
Loading…
Reference in New Issue