add back correct highlight to list (#1114)

This commit is contained in:
gullradriel 2023-06-07 10:17:29 +02:00 committed by GitHub
parent f2a7617b1b
commit c66df8c807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 6 deletions

View file

@ -66,6 +66,11 @@ class FreqManUIList : public Widget {
.background = Color::black(),
.foreground = Color::white(),
};
Style style_highlight{
.font = font::fixed_8x16,
.background = Color::white(),
.foreground = Color::black(),
};
Style style_yellow{
.font = font::fixed_8x16,
.background = Color::black(),