Skip to content

Commit

Permalink
fix arrow color too
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Apr 11, 2024
1 parent 43d4262 commit 1903283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function Forecast({
)}
<Icon
name="arrowDown"
className="ml-auto [*[data-state=open]>&]:rotate-180 transition-transform"
className="ml-auto [*[data-state=open]>&]:rotate-180 transition-transform text-black"
/>
</CollapsibleTrigger>
<CollapsibleContent>
Expand Down

0 comments on commit 1903283

Please sign in to comment.