diff --git a/src/components/common/Dropdown/Dropdown.tsx b/src/components/common/Dropdown/Dropdown.tsx
index 7f81781..c9264a8 100644
--- a/src/components/common/Dropdown/Dropdown.tsx
+++ b/src/components/common/Dropdown/Dropdown.tsx
@@ -42,13 +42,10 @@ export function Dropdown({
width="24"
height="24"
viewBox="0 0 24 24"
- fill="none"
+ fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
-
+
) : (
/* closed dropdown = Lets Icons v1.0 Single Arrow Arrow_drop_down */
@@ -56,13 +53,10 @@ export function Dropdown({
width="24"
height="24"
viewBox="0 0 24 24"
- fill="none"
+ fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
-
+
)}