mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
FIX: update dark mode color
jira: [STUDIO-9689] Change-Id: I4f0f3f468d6f08195896a9948e4f3636489cbe79 (cherry picked from commit bb74d32de96f5a4090d06481ae51dec65c5b7447)
This commit is contained in:
@@ -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);
|
dc.SetFont(::Label::Head_12);
|
||||||
|
|
||||||
auto mapping_txt_size = wxSize(0, 0);
|
auto mapping_txt_size = wxSize(0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user