mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibGUI: Use LightGray as the base UI color.
This feels nicely reminiscent of the gap in time between Win3.11 and Win95, one of my favorite eras in UI look-and-feel.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
GTextBox::GTextBox(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
set_background_color(Color::White);
|
||||
}
|
||||
|
||||
GTextBox::~GTextBox()
|
||||
|
||||
Reference in New Issue
Block a user