From 051d8c690c1807b69599944494485f57abb2c38e Mon Sep 17 00:00:00 2001
From: chunzhi23 <05.huanx10ng@gmail.com>
Date: Mon, 16 Sep 2024 16:37:30 +0900
Subject: [PATCH] =?UTF-8?q?[FIX]=20Dropdown=20=EC=98=A4=EB=A5=B8=EC=AA=BD?=
=?UTF-8?q?=20=ED=99=94=EC=82=B4=ED=91=9C=20=EC=83=89=EC=83=81=20=EC=A0=81?=
=?UTF-8?q?=EC=9A=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/common/Dropdown/Dropdown.tsx | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
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"
>
-
+
)}