mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
fix base select input
This commit is contained in:
@ -110,9 +110,7 @@
|
||||
"
|
||||
>
|
||||
<span class="sr-only">Open main menu</span>
|
||||
<!-- <BaseIcon v-if="!open" name="MenuIcon" class="!w-6 !h-6 text-gray-500" /> -->
|
||||
<MenuIcon v-if="!open" class="block h-6 w-6" aria-hidden="true" />
|
||||
<!-- <BaseIcon v-else name="XIcon" class="!w-6 !h-6 text-gray-500" /> -->
|
||||
<XIcon v-else class="block h-6 w-6" aria-hidden="true" />
|
||||
</DisclosureButton>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user