fix base select input

This commit is contained in:
yogesh-gohil
2023-03-30 11:50:54 +05:30
parent e9abb197b7
commit 0a1d124633
2 changed files with 1 additions and 5 deletions

View File

@ -29,14 +29,12 @@
text-left
bg-white
dark:bg-gray-700
border border-gray-200
rounded-md
shadow-sm
cursor-default
focus:outline-none
focus:ring-1
focus:ring-primary-500
focus:border-primary-500
focus:ring-primary-400 focus:border-primary-400
sm:text-sm
"
>

View File

@ -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>