mirror of
https://github.com/rio-labs/rio.git
synced 2026-05-02 00:49:23 -05:00
add missing CSS class
This commit is contained in:
@@ -267,7 +267,9 @@ export class SwitcherBarComponent extends ComponentBase {
|
||||
// Icon
|
||||
if (icons !== null && icons[i] !== null) {
|
||||
let iconContainer = document.createElement('div');
|
||||
iconContainer.classList.add('rio-switcher-bar-icon');
|
||||
optionElement.appendChild(iconContainer);
|
||||
|
||||
applyIcon(iconContainer, icons[i]!);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user