Files
zeroone/src/components/navbar/MenubarButton.vue
2024-02-05 16:14:24 +01:00

7 lines
219 B
Vue

<template>
<button
class="app-titlebar-button text-muted-foreground flex items-center rounded-sm px-3 py-1 text-sm font-medium hover:bg-accent hover:text-accent-foreground"
>
<slot />
</button>
</template>