Fix pinned button border
This commit is contained in:
parent
b29b3c1e4e
commit
447bcf39a7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const props = defineProps<{
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="flex select-none items-center rounded-sm border p-0.5 transition hover:scale-110 active:scale-95"
|
class="flex select-none items-center rounded-sm border p-0.5 transition hover:scale-110 active:scale-95"
|
||||||
:class="props.inverted ? 'bg-black text-white' : 'bg-white text-black'"
|
:class="props.inverted ? 'border-black bg-black text-white' : 'bg-white text-black'"
|
||||||
>
|
>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue