mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix chevron dropper
This commit is contained in:
parent
c53a61e0f8
commit
4158bfdeb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue