fix(Feedback): rework sidebar card button

This commit is contained in:
taskylizard 2024-08-13 16:19:30 +00:00
parent 2ccd2930c6
commit ea399bf406
No known key found for this signature in database
GPG key ID: 1820131ED1A24120

View file

@ -88,9 +88,11 @@ function openModal() {
<template>
<button
type="button"
class="p-[4px 8px] text-xl i-carbon:user-favorite-alt-filled"
class="inline-flex items-center justify-center whitespace-nowrap text-sm text-primary font-medium border border-primary bg-bg-alt h-8 rounded-md px-2 py-2"
@click="openModal"
/>
>
<span class="i-carbon-send-alt" />
</button>
<Teleport to="body">
<TransitionRoot appear :show="isOpen" as="template">