mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-25 14:16:20 -05:00
Revert accidental newbutton bg color change (#2029)
This commit is contained in:
parent
81e24d582d
commit
1a87f2d701
3 changed files with 6 additions and 6 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue