diff --git a/Vue/Remboursement/index.php b/Vue/Remboursement/index.php index 4a32534..8ce5530 100755 --- a/Vue/Remboursement/index.php +++ b/Vue/Remboursement/index.php @@ -98,7 +98,7 @@ $bgStatus = "bg-success"; $iconStatus = "fa-check-double"; $status = _("Validée"); - $colorText = "text-light"; + $colorText = "text-white"; break; case "2": @@ -112,7 +112,7 @@ $bgStatus = "bg-danger"; $iconStatus = "fa-ban"; $status = _("Refusée"); - $colorText = "text-light"; + $colorText = "text-white"; break; } ?> @@ -124,7 +124,7 @@