Files
drop-app/components/HeaderButton.vue
2024-10-08 00:39:42 +11:00

5 lines
158 B
Vue

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