diff --git a/index.html b/index.html
index bbf4dc0..083a701 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
font-family: "Inter", sans-serif;
font-size: 12px;
background-color: #2b2b2b;
+ color: #d9d9d9;
}
diff --git a/src/components/Dropdown/Dropdown.tsx b/src/components/Dropdown/Dropdown.tsx
index e7e4674..a6aa5df 100644
--- a/src/components/Dropdown/Dropdown.tsx
+++ b/src/components/Dropdown/Dropdown.tsx
@@ -78,13 +78,14 @@ export const Dropdown: React.FC = (props) => {
display: "grid",
alignItems: "center",
gap: 2,
+ lineHeight: 2.4,
}}
>
{props.options.find(({ value }) => selected === value)!.label}
diff --git a/src/components/Icon/Icon.tsx b/src/components/Icon/Icon.tsx
index a992352..5bb3e28 100644
--- a/src/components/Icon/Icon.tsx
+++ b/src/components/Icon/Icon.tsx
@@ -17,10 +17,6 @@ export const icons = {
),
"chevron-down": (