Browse Source

wip label

jqh 4 years ago
parent
commit
23e45a890d
1 changed files with 1 additions and 1 deletions
  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);