mirror of
https://github.com/immich-app/immich
synced 2025-06-10 16:18:25 +00:00
10 lines
305 B
Svelte
10 lines
305 B
Svelte
<script lang="ts">
|
|
</script>
|
|
|
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
|
<div class="group flex h-full place-items-center" on:click on:keydown>
|
|
<button class="mx-4 rounded-full p-3 text-gray-500 transition group-hover:bg-gray-500 group-hover:text-white">
|
|
<slot />
|
|
</button>
|
|
</div>
|