visual adjustments to logo empty state and profile dropdown

This commit is contained in:
miloschwartz
2026-09-14 16:48:08 -04:00
committed by Owen
parent e2609f1a0d
commit 0ea4a5fb3d
8 changed files with 34 additions and 25 deletions
+3 -3
View File
@@ -182,12 +182,12 @@ export default function ProfileIcon() {
}
className="flex items-center gap-2"
>
{userTheme === themeOption && (
<Check className="h-4 w-4" />
)}
<span className="capitalize">
{t(themeOption)}
</span>
{userTheme === themeOption && (
<Check className="ml-auto h-4 w-4" />
)}
</DropdownMenuItem>
)
)}