Replace hard-coded color values with Palette colors and use the correct palette colors (#51)

This commit is contained in:
lolocomotive
2021-10-20 22:25:27 +02:00
committed by GitHub
parent 917ba7ce83
commit bd207cb845
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
MathVariableBoxEmptyController::MathVariableBoxEmptyView::MathVariableBoxEmptyView() :
ModalViewEmptyView(),
m_layoutExample(0.5f, 0.5f, KDColorBlack, Palette::WallScreen)
m_layoutExample(0.5f, 0.5f, Palette::PrimaryText, Palette::WallScreen)
{
initMessageViews();
}