applyTheme(Defined in: utils/theme.ts:107 Applies theme to DOM root. Optionally persists to localStorage for the given user.theme,username?):void
Parameters
theme
ThemeId
Theme identifier to apply.
username?
string
If provided, persists the choice for this user.
Returns
void