mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
3D buttons, to make UI clearer
This commit is contained in:
@@ -56,8 +56,8 @@ private:
|
||||
|
||||
Style style_red {
|
||||
.font = font::fixed_8x16,
|
||||
.background = Color::red(),
|
||||
.foreground = Color::black()
|
||||
.background = Color::black(),
|
||||
.foreground = Color::red()
|
||||
};
|
||||
|
||||
NavigationView& nav_;
|
||||
|
||||
Reference in New Issue
Block a user