Skip to content

Commit

Permalink
eeehh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrugalla committed Oct 28, 2022
1 parent 3030737 commit d66afa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/gui/MantaComp.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ namespace gui

layout.init
(
{ 1, 3, 5, 5, 2, 2, 5, 3, 2, 2, 13, 2, 1 },
{ 1, 3, 5, 5, 2, 2, 5, 5, 2, 2, 13, 2, 1 },
{ 1, 3, 13, 5, 1 }
);
}
Expand Down
2 changes: 1 addition & 1 deletion Source/gui/Shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace gui

Colour defaultColour() noexcept
{
return Colour(0xffe56a14);
return Colour(0xffeba021);
}

void init(Props* p)
Expand Down

0 comments on commit d66afa6

Please sign in to comment.