mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
5 lines
151 B
Vue
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> |