Revert accidental newbutton bg color change (#2029)

This commit is contained in:
Mark Thompson
2024-03-23 13:26:46 -05:00
committed by GitHub
parent 81e24d582d
commit 1a87f2d701
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -261,19 +261,19 @@ class FileManagerView : public FileManBaseView {
{22 * 8, 29 * 8, 4 * 8, 32},
{},
&bitmap_icon_new_dir,
Color::dark_green()};
Color::green()};
NewButton button_new_file{
{26 * 8, 29 * 8, 4 * 8, 32},
{},
&bitmap_icon_new_file,
Color::dark_green()};
Color::green()};
NewButton button_open_notepad{
{0 * 8, 34 * 8, 4 * 8, 32},
{},
&bitmap_icon_notepad,
Color::dark_orange()};
Color::orange()};
NewButton button_rename_timestamp{
@@ -288,7 +288,7 @@ class FileManagerView : public FileManBaseView {
{4 * 8, 34 * 8, 4 * 8, 32},
{},
&bitmap_icon_trim,
Color::dark_orange()};
Color::orange()};
NewButton button_show_hidden_files{
{17 * 8, 34 * 8, 4 * 8, 32},