diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 76dd40a13268..ecb68dbf2d63 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -61,8 +61,8 @@ void lclGetSettingColors(Color& rBackgroundColor, Color& rTextColor) } else { - rBackgroundColor = COL_WHITE; - rTextColor = COL_BLACK; + rBackgroundColor = rStyleSettings.GetFaceColor(); + rTextColor = rStyleSettings.GetLabelTextColor(); } }