mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
fix(Feedback): rework sidebar card button
This commit is contained in:
parent
2ccd2930c6
commit
ea399bf406
1 changed files with 4 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue