Files
drop-app/components/HeaderButton.vue
2024-10-08 16:13:28 +11:00

5 lines
151 B
Vue

<template>
<button class="transition h-10 w-10 text-zinc-300 hover:bg-zinc-800 hover:text-zinc-100 p-2">
<slot />
</button>
</template>