Fix chevron color in More menu
This commit is contained in:
@@ -71,8 +71,8 @@
|
|||||||
</.button>
|
</.button>
|
||||||
<.dropdown placement="bottom-end">
|
<.dropdown placement="bottom-end">
|
||||||
<:toggle>
|
<:toggle>
|
||||||
<button class="flex items-center gap-x-2">
|
<button class="flex items-center text-zinc-500 hover:text-zinc-700 dark:text-zinc-300 dark:hover:text-zinc-200 gap-x-2">
|
||||||
<div class="text-sm text-zinc-500 hover:text-zinc-700 font-semibold dark:text-zinc-300 dark:hover:text-zinc-200">
|
<div class="text-sm font-semibold ">
|
||||||
{gettext("More")}
|
{gettext("More")}
|
||||||
</div>
|
</div>
|
||||||
<.icon name="hero-chevron-down" class="h-4 w-4" />
|
<.icon name="hero-chevron-down" class="h-4 w-4" />
|
||||||
|
|||||||
Reference in New Issue
Block a user