drop-app-kt/components/HeaderButton.vue

5 lines
151 B
Vue
Raw Permalink Normal View History

2024-10-08 00:39:42 +11:00
<template>
2024-10-08 16:13:28 +11:00
<button class="transition h-10 w-10 text-zinc-300 hover:bg-zinc-800 hover:text-zinc-100 p-2">
2024-10-08 00:39:42 +11:00
<slot />
</button>
</template>