mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-03 14:55:28 +00:00
3D buttons, to make UI clearer
This commit is contained in:
@@ -98,13 +98,13 @@ private:
|
||||
|
||||
const Style style_val {
|
||||
.font = font::fixed_8x16,
|
||||
.background = Color::green(),
|
||||
.foreground = Color::black(),
|
||||
.background = Color::black(),
|
||||
.foreground = Color::green(),
|
||||
};
|
||||
const Style style_cancel {
|
||||
.font = font::fixed_8x16,
|
||||
.background = Color::red(),
|
||||
.foreground = Color::black(),
|
||||
.background = Color::black(),
|
||||
.foreground = Color::red(),
|
||||
};
|
||||
|
||||
std::array<Button, 5> buttons;
|
||||
|
||||
Reference in New Issue
Block a user