소스 검색

wip label

jqh 5 년 전
부모
커밋
23e45a890d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Grid/Displayers/Label.php

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

@@ -31,7 +31,7 @@ class Label extends AbstractDisplayer
 
     protected function formatStyle($style)
     {
-        $background = '#d2d6de';
+        $background = 'style="background:#d2d6de;color: #555"';
 
         if ($style !== 'default') {
             $style = Admin::color()->get($style, $style);