jqh 5 年 前
コミット
e474a5acb5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Grid/Displayers/Label.php

+ 1 - 1
src/Grid/Displayers/Label.php

@@ -18,7 +18,7 @@ class Label extends AbstractDisplayer
         $original = $this->column->getOriginal();
         $defaultStyle = is_array($style) ? ($style['default'] ?? 'default') : 'default';
 
-        $background= $this->formatStyle(
+        $background = $this->formatStyle(
             is_array($style) ?
                 (is_scalar($original) ? ($style[$original] ?? $defaultStyle) : current($style))
                 : $style