diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 42c1ddc..ece5dfa 100644 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -33,6 +33,11 @@ background-color: #edd179 !important; /* Set background color to a solid color */ opacity: 1 !important; /* Set opacity to 1 to remove transparency */ } + .toast-success { + color: black !important; + background-color: #2aa762 !important; /* Set background color to a solid color */ + opacity: 1 !important; /* Set opacity to 1 to remove transparency */ + } diff --git a/app/Views/sales_order_form.php b/app/Views/sales_order_form.php index d0444fd..38adb3c 100644 --- a/app/Views/sales_order_form.php +++ b/app/Views/sales_order_form.php @@ -26,8 +26,8 @@