Skip to content

Commit e925846

Browse files
authored
Update Excel.php
1 parent 96513e1 commit e925846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Excel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public static function setCellStyle(Event $event, string $cellOrRange, array $st
402402
$titleStyle = array_merge([
403403
'font' => [
404404
'bold' => true,
405-
'size' => 14,
405+
'size' => 11,
406406
],
407407
'alignment' => [
408408
'horizontal' => \PhpOffice\PhpSpreadsheet\Style\Alignment::HORIZONTAL_CENTER,

0 commit comments

Comments
 (0)