FIX: button focused state

Change-Id: Ieab02661c8f2e406b5bf5f156d9142efbe76d1cf
This commit is contained in:
chunmao.guo 2022-07-29 15:10:41 +08:00 committed by Lane.Wei
parent 09d5651c39
commit ec59446e44
5 changed files with 19 additions and 4 deletions

View file

@ -26,7 +26,6 @@ END_EVENT_TABLE()
TextInput::TextInput()
: state_handler(this)
, border_color(std::make_pair(0xDBDBDB, (int) StateColor::Disabled),
std::make_pair(0x00AE42, (int) StateColor::Focused),
std::make_pair(0x00AE42, (int) StateColor::Hovered),
std::make_pair(0xDBDBDB, (int) StateColor::Normal))
, text_color(std::make_pair(0xACACAC, (int) StateColor::Disabled),