core: graphics: set secondary flag for number key switcher label
The switch_numeric key label should be grey. Set the flag for a secondary key label.
This commit is contained in:
parent
ab035f1b2c
commit
bb2a2c24f9
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ struct Label<'a> {
|
|||
|
||||
const LABELS: [Label; 24] = [
|
||||
Label { label: "123+",
|
||||
secondary: false, small: true, },
|
||||
secondary: true, small: true, },
|
||||
Label { label: "ABC",
|
||||
secondary: true, small: true, },
|
||||
Label { label: "Alt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue