diff --git a/src/components/Header.astro b/src/components/Header.astro index 31f670a..3536c0f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -56,10 +56,10 @@ const base = import.meta.env.BASE_URL;
+ .emoji-label { + @apply cursor-pointer bg-zinc-200 p-1 rounded-full; + } + .emoji-input { + display: none; + } + .emoji-input:checked + .emoji-label { + @apply cursor-pointer bg-zinc-200 p-1 rounded-full outline outline-1; + } + +
+
+