fix: remove redundant css class

This commit is contained in:
sevichecc 2022-10-02 23:24:10 +08:00
parent a6014f2701
commit 939dd01dcb

View file

@ -81,7 +81,7 @@
</div>
<ul
tabindex="0"
class=" grid grid-cols-1 gap-3 p-3shadow-2xl menu dropdown-content bg-base-100 text-base-content rounded-box w-52 p-2 gap-2 overflow-y-auto max-h-[21.5rem]"
class=" grid grid-cols-1 shadow-2xl menu dropdown-content bg-base-100 text-base-content rounded-box w-52 p-2 gap-2 overflow-y-auto max-h-[21.5rem]"
class:hidden={!pin}>
{#each theme as { name, text }}
<button