mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 00:17:39 +00:00
Revert accidental newbutton bg color change (#2029)
This commit is contained in:
@@ -523,7 +523,7 @@ class NewButton : public Widget {
|
||||
protected:
|
||||
virtual Style paint_style();
|
||||
Color color_;
|
||||
Color bg_color_{Color::light_grey()};
|
||||
Color bg_color_{Color::grey()};
|
||||
|
||||
private:
|
||||
std::string text_;
|
||||
|
Reference in New Issue
Block a user