Files
drop-app/components/HeaderButton.vue
2025-05-10 14:22:21 +10:00

5 lines
169 B
Vue

<template>
<button class="transition h-full aspect-square text-zinc-300 hover:bg-zinc-800 hover:text-zinc-100 p-[1.1rem]">
<slot />
</button>
</template>