FIX: update dark mode color

jira: [STUDIO-9689]
Change-Id: I4f0f3f468d6f08195896a9948e4f3636489cbe79
(cherry picked from commit bb74d32de96f5a4090d06481ae51dec65c5b7447)
This commit is contained in:
xin.zhang
2025-01-10 11:21:00 +08:00
committed by Noisyfox
parent 0115cfbdd0
commit 058b6143a6

View File

@@ -231,7 +231,7 @@ void MaterialItem::render(wxDC &dc)
dc.SetTextForeground(wxColour(0x26, 0x2E, 0x30));
dc.SetTextForeground(StateColor::darkModeColorFor(wxColour(0x26, 0x2E, 0x30)));
dc.SetFont(::Label::Head_12);
auto mapping_txt_size = wxSize(0, 0);