feat: move to tailwindcss from twind
This commit is contained in:
@ -154,7 +154,7 @@ export const KMenu = (
|
||||
|
||||
return (
|
||||
<div
|
||||
class={`opacity-${visible.value ? 100 : 0} pointer-events-${
|
||||
class={`${visible.value ? "opacity-100" : "opacity-0"} pointer-events-${
|
||||
visible.value ? "auto" : "none"
|
||||
} transition grid place-items-center w-full h-full fixed top-0 left-0 z-50`}
|
||||
style={{ background: "#141217ee" }}
|
||||
|
Reference in New Issue
Block a user