Change background color typo to be able to sent it from module views

This commit is contained in:
Burak Çakırel
2021-02-01 17:44:05 +03:00
parent 01996c94a2
commit ecdc442fd9
7 changed files with 21 additions and 22 deletions

View File

@ -148,7 +148,7 @@
<div class="col-100">
<div class="text">
<table class="lines">
<thead style="background-color:{{ $backGroundColor }} !important; -webkit-print-color-adjust: exact;">
<thead style="background-color:{{ $backgroundColor }} !important; -webkit-print-color-adjust: exact;">
<tr>
@stack('name_th_start')
@if (!$hideItems || (!$hideName && !$hideDescription))