mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[escher] Change palette names to make them consistant
Change-Id: If5381b7f970e106bea1196ef40e36ea12f846dad
This commit is contained in:
@@ -6,7 +6,7 @@ extern "C" {
|
||||
|
||||
StackView::StackView() :
|
||||
View(),
|
||||
m_textView(PointerTextView(nullptr, 0.5f, 0.5f, Palette::k_desactiveTextColor))
|
||||
m_textView(PointerTextView(nullptr, 0.5f, 0.5f, Palette::DesactiveTextColor))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user