Skip to content

Commit be1fe9b

Browse files
committed
Update code docs
1 parent 2407783 commit be1fe9b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/components_ItemGrid_Alpha.bs.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
m.alphaMenu.setFocus(false)
99

1010
applyTheme()
11+
end sub
12+
13+
sub applyTheme()
14+
constants = m.global.constants
1115

1216
' show mic icon above alpha menu if remote supports voice commands
1317
if m.global.device.hasVoiceRemote
1418
alphaMic = m.top.findNode("alphaMic")
19+
alphaMic.blendColor = constants.colorTextSecondary
1520
alphaMic.visible = true
1621
end if
17-
end sub
18-
19-
sub applyTheme()
20-
constants = m.global.constants
21-
2222
' font sizes
2323
m.alphaMenu.focusedFont.size = constants.fontSizeSmaller
2424
m.alphaMenu.font.size = constants.fontSizeSmaller

0 commit comments

Comments
 (0)