UPD: Navbar buttons

This commit is contained in:
Robert Kossessa
2024-02-05 16:14:24 +01:00
parent ab6d7ea893
commit fffa22afea
3 changed files with 47 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
<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>