mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 14:12:31 -04:00
add back correct highlight to list (#1114)
This commit is contained in:
parent
f2a7617b1b
commit
c66df8c807
2 changed files with 15 additions and 6 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue