Fixed document print and pdf table background issue.. ( #31enzym )

This commit is contained in:
Cüneyt Şentürk
2022-06-16 11:56:59 +03:00
parent fd76c74472
commit 9a00e07462
7 changed files with 115 additions and 8 deletions

View File

@ -975,7 +975,7 @@ abstract class Show extends Component
$backgroundColor = setting($this->getSettingKey($type, 'color'), '#55588b');
return $backgroundColor;
return $this->convertClasstoHex($backgroundColor);
}
protected function getTextDocumentTitle($type, $textDocumentTitle)