From b611bdefc5b9a353183455c4458893b68d55383d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 12 Sep 2024 23:00:36 +0530 Subject: [PATCH] feat: pass sx prop --- src/components/atoms/DropdownMui.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/DropdownMui.tsx b/src/components/atoms/DropdownMui.tsx index c041386d..c7b3e59f 100644 --- a/src/components/atoms/DropdownMui.tsx +++ b/src/components/atoms/DropdownMui.tsx @@ -14,7 +14,7 @@ interface DropdownProps { export const Dropdown = ({ id, label, value, handleSelect, children, sx }: DropdownProps) => { return ( - + {label}