diff --git a/src/core/graphics.rs b/src/core/graphics.rs index 71d20af..ad3ec1a 100644 --- a/src/core/graphics.rs +++ b/src/core/graphics.rs @@ -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",