diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index aa9f90e68e..0fdc37bfbb 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -164,7 +164,7 @@ CalcView::CalcView(BMessage* archive) fColumns(5), fRows(4), - fBaseColor((rgb_color){ 128, 128, 128, 255 }), + fBaseColor(ui_color(B_PANEL_BACKGROUND_COLOR)), fExpressionBGColor((rgb_color){ 0, 0, 0, 255 }), fWidth(1),