fix chevron dropper

This commit is contained in:
Ivan Evans 2024-09-25 20:48:13 -06:00
parent c53a61e0f8
commit 4158bfdeb6

View file

@ -982,7 +982,7 @@ export function DiscoverContent() {
{selectedCategory === "movies" ? "Movies" : "TV Shows"}
<Icon
icon={isDropdownOpen ? Icons.CHEVRON_UP : Icons.CHEVRON_DOWN}
className="ml-2 text-2xl"
className="ml-2 text-2xl pt-1"
/>
</button>