fix: consistent dropdowns, refactor: ui components (#286)

This commit is contained in:
Aaryan Khandelwal 2023-02-16 12:03:52 +05:30 committed by GitHub
parent ec37bb9d23
commit 667dafbda4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 154 additions and 335 deletions

View file

@ -20,9 +20,8 @@ import EmojiIconPicker from "components/emoji-icon-picker";
// hooks
import useToast from "hooks/use-toast";
// ui
import { Button, Input, TextArea, Loader, CustomSelect } from "components/ui";
import { Button, Input, TextArea, Loader, CustomSelect, OutlineButton } from "components/ui";
import { BreadcrumbItem, Breadcrumbs } from "components/breadcrumbs";
import OutlineButton from "components/ui/outline-button";
// helpers
import { debounce } from "helpers/common.helper";
// types