refactor to UI components

This commit is contained in:
2023-05-26 00:50:19 +02:00
parent b89816ecd5
commit 9ca0bba526
20 changed files with 160 additions and 78 deletions

View File

@@ -26,7 +26,7 @@ const handleClick = (fn: (...args: any[]) => any) => {
<OnClickOutside>
<UIDropdown class="search-active-hide">
<template #activator>
<UIButton :dropdown="true" size="sm" variant="outline" class="py-1 text-white">
<UIButton :dropdown="true" size="sm" variant="outline" class="py-1 text-white topbar-button">
<i class="fa-fw fa-solid fa-user-gear" />
</UIButton>
</template>