chore: remove outline button component (#937)
This commit is contained in:
parent
8eddc4b304
commit
4b02886c40
4 changed files with 11 additions and 79 deletions
|
|
@ -23,8 +23,8 @@ import {
|
|||
TextArea,
|
||||
Loader,
|
||||
CustomSelect,
|
||||
OutlineButton,
|
||||
SecondaryButton,
|
||||
DangerButton,
|
||||
} from "components/ui";
|
||||
import { BreadcrumbItem, Breadcrumbs } from "components/breadcrumbs";
|
||||
// types
|
||||
|
|
@ -346,12 +346,12 @@ const GeneralSettings: NextPage = () => {
|
|||
<div className="col-span-12 sm:col-span-6">
|
||||
{projectDetails ? (
|
||||
<div>
|
||||
<OutlineButton
|
||||
theme="danger"
|
||||
<DangerButton
|
||||
onClick={() => setSelectedProject(projectDetails.id ?? null)}
|
||||
outline
|
||||
>
|
||||
Delete Project
|
||||
</OutlineButton>
|
||||
</DangerButton>
|
||||
</div>
|
||||
) : (
|
||||
<Loader className="mt-2 w-full">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue