diff --git a/src/App.css b/src/App.css
index dcd5ee2..fe7b0a8 100644
--- a/src/App.css
+++ b/src/App.css
@@ -147,7 +147,7 @@ body {
--cd-surface-2: #f1f5f9;
--cd-surface-3: #eef2f7;
--cd-border: #d8e1ee;
- --cd-border-subtle: #e9eef6;
+ --cd-border-subtle: rgb(165, 166, 167);
--cd-text: #1e293b;
--cd-text-2: #53657d;
--cd-text-muted: #8392a8;
diff --git a/src/Component/ui/DropDown.tsx b/src/Component/ui/DropDown.tsx
index 96e0857..ff9fe84 100644
--- a/src/Component/ui/DropDown.tsx
+++ b/src/Component/ui/DropDown.tsx
@@ -5,6 +5,7 @@ import { useTheme } from "@/theme";
type DropDownProps = {
options: string[];
label?: string;
+ error?: string;
onSelect: (option: string) => void;
className?: string;
value?: string;
@@ -20,6 +21,7 @@ const DropDown: React.FC
+ {error}
+
Membership Status
- {/* Active */}{errors.membershipStatus.message}
+ )} + {/* Inactive */}Primary Role
-