FIX: dark mode of wxTextCtrl

Change-Id: I8a377228b79d24ffe6284acf9be7017207b5dddc
This commit is contained in:
chunmao.guo 2022-11-21 19:51:51 +08:00 committed by Lane.Wei
parent 3925ceb9f4
commit 65ee16f676
8 changed files with 21 additions and 7 deletions

View file

@ -26,7 +26,7 @@ Button::Button()
: paddingSize(10, 8)
{
background_color = StateColor(
std::make_pair(0xF0F0F0, (int) StateColor::Disabled),
std::make_pair(0xF0F0F1, (int) StateColor::Disabled),
std::make_pair(0x37EE7C, (int) StateColor::Hovered | StateColor::Checked),
std::make_pair(0x00AE42, (int) StateColor::Checked),
std::make_pair(*wxLIGHT_GREY, (int) StateColor::Hovered),