Skip to content

Commit

Permalink
Issue #491: document type field style
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzov96 authored and danielecalda committed Jun 26, 2023
1 parent eae2a38 commit 591084b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions js-packages/admin-ui/src/components/DocumentTypeField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
BooleanInput,
ContainerFluid,
CustomButtom,
CustomButtomClay,
EnumSelect,
fromFieldValidators,
NumberInput,
Expand All @@ -28,6 +27,8 @@ import ClayToolbar from "@clayui/toolbar";
import { CodeInput } from "./CodeInput";
import { DocumentTypeFieldsQuery } from "./SubFieldsDocumentType";
import { useToast } from "./ToastProvider";
import { ClayButtonWithIcon } from "@clayui/button";
import { ClassNameButton } from "../App";

const DocumentTypeFieldQuery = gql`
query DocumentTypeField($id: ID!) {
Expand Down Expand Up @@ -139,13 +140,7 @@ export function DocumentTypeField() {
<ClayToolbar.Nav>
<ClayToolbar.Item>
<Link to={`/document-types/${documentTypeId}/document-type-fields`}>
<CustomButtomClay
label={
<div>
<svg className="angle-left" focusable="false" role="presentation"></svg>
</div>
}
/>
<ClayButtonWithIcon className={ClassNameButton} aria-label="" symbol="angle-left" small />
</Link>
</ClayToolbar.Item>
</ClayToolbar.Nav>
Expand Down

0 comments on commit 591084b

Please sign in to comment.