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:
Richard Acayan 2024-10-31 18:33:27 -04:00
parent ab035f1b2c
commit bb2a2c24f9
No known key found for this signature in database
GPG key ID: 0346F4894879DB73

View file

@ -99,7 +99,7 @@ struct Label<'a> {
const LABELS: [Label; 24] = [ const LABELS: [Label; 24] = [
Label { label: "123+", Label { label: "123+",
secondary: false, small: true, }, secondary: true, small: true, },
Label { label: "ABC", Label { label: "ABC",
secondary: true, small: true, }, secondary: true, small: true, },
Label { label: "Alt", Label { label: "Alt",