7 lines
219 B
Vue
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> |