diff --git a/vendor-dashboard.php b/vendor-dashboard.php
index a7f7c2e..2c22316 100644
--- a/vendor-dashboard.php
+++ b/vendor-dashboard.php
@@ -297,45 +297,45 @@ if ($_SESSION["isCustomer"] == true) {
|
-
- |
+ // Generating style attribute based on the selected colors
+ $style = "display: flex; height: 15px; font-weight: bold;
+ width: 90px; font-size: 10px !important;
+ justify-content: center; align-items: center; padding: 10px;
+ background-color: $backgroundColor; border-radius: 30px; color: $textColor;";
+ ?>
+ |
|
|
|