diff --git a/src/components/form/Dropdown.tsx b/src/components/form/Dropdown.tsx
index b18e4062..8c43149c 100644
--- a/src/components/form/Dropdown.tsx
+++ b/src/components/form/Dropdown.tsx
@@ -33,7 +33,7 @@ export function Dropdown(props: DropdownProps) {
{customButton ? (
{customButton}
) : (
-
+
{props.selectedItem.leftIcon
? props.selectedItem.leftIcon
@@ -51,7 +51,7 @@ export function Dropdown(props: DropdownProps) {
diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx
index 3a85c096..af65bdab 100644
--- a/src/pages/Settings.tsx
+++ b/src/pages/Settings.tsx
@@ -79,7 +79,7 @@ function SettingsLayout(props: {
{/* Floating Search Bar - starts in sticky state */}