main
Ilham Wara Nugroho 2026-02-20 14:31:46 +07:00
parent 614b538ecf
commit d69e8e7ee7
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ if (!function_exists('tabelInstansi')) {
$d = '';
foreach ($decode as $key => $value) {
if (($value !== null) && ($value !== "")) {
$d .= '<span class="p-1 bg-info rounded text-white">'.tabelById($value)->name.'</span>&nbsp;';
$d .= '<span class="p-1 bg-gray-200 rounded">'.tabelById($value)->name.'</span>&nbsp;';
}
}