Skip to content

Commit 662046b

Browse files
committed
removed unecessary css
1 parent d152180 commit 662046b

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

web/sdk/admin/components/CustomField.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
} from "react-hook-form";
1717
import { capitalizeFirstLetter } from "../utils/helper";
1818
import Skeleton from "react-loading-skeleton";
19-
import styles from "./custom-field.module.css";
2019

2120
type CustomFieldNameProps = {
2221
name: string;
@@ -183,7 +182,7 @@ export const CustomFieldName = ({
183182
)}
184183
</FormControl>
185184
{errorMessage ? (
186-
<Text size="small" className={styles.errorMessage}>
185+
<Text size="small" variant="danger">
187186
{errorMessage}
188187
</Text>
189188
) : null}

web/sdk/admin/components/custom-field.module.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)