f2d7493c2a
* stuff copied over, but aint workin * various fixes * vscode settings * trigger deploy * trigger deploy
8 lines
186 B
Vue
8 lines
186 B
Vue
<template>
|
|
<button
|
|
class="relative group p-1 rounded-md text-foreground-2 hover:text-primary hover:bg-highlight-1 transition"
|
|
>
|
|
<slot default></slot>
|
|
</button>
|
|
</template>
|