mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Update button component (#10362)
This commit is contained in:
@@ -74,10 +74,10 @@ const togglePortalSwitcher = () => {
|
||||
<div v-if="activePortalName" class="relative group">
|
||||
<OnClickOutside @trigger="showPortalSwitcher = false">
|
||||
<Button
|
||||
icon="chevron-lucide-down"
|
||||
icon="i-lucide-chevron-down"
|
||||
variant="ghost"
|
||||
icon-lib="lucide"
|
||||
class="!w-6 !h-6 group-hover:bg-n-solid-2 !p-0.5 rounded-md"
|
||||
size="xs"
|
||||
class="rounded-md group-hover:bg-n-slate-3 hover:bg-n-slate-3"
|
||||
@click="togglePortalSwitcher"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user