Search footer TEdit incomplete background color

Background of the TEdit in the search footer hardcoded to clRed when incomplete, please expose the property.Black on red is not easy to read for everyone

if FSearchCell.X = -1 then
begin
  FSearchPanel.FEdit.Color := clRed;

This feature was implemented.