Explorar el Código

update tooltip

jqh hace 5 años
padre
commit
979428f012
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Widgets/Tooltip.php

+ 1 - 1
src/Widgets/Tooltip.php

@@ -117,7 +117,7 @@ class Tooltip extends Widget
 
     protected function setupScript()
     {
-        $background = $this->background ?: Admin::color()->primary(-15);
+        $background = $this->background ?: Admin::color()->primary(-5);
         $title = $this->title;
 
         Admin::script(