diff --git a/packages/ui/src/components/databases/fields/field-type-select.tsx b/packages/ui/src/components/databases/fields/field-type-select.tsx index 33fdb91f..1ed5fdc7 100644 --- a/packages/ui/src/components/databases/fields/field-type-select.tsx +++ b/packages/ui/src/components/databases/fields/field-type-select.tsx @@ -130,7 +130,10 @@ export const FieldTypeSelect = ({ type, onChange }: FieldTypeSelectProps) => { }} >
- +

{fieldType.name}

{ }); } }} - className="flex h-full w-full cursor-pointer flex-row items-center gap-1 border-none p-0 text-sm focus-visible:cursor-text" + className="flex h-full w-full cursor-pointer flex-row items-center gap-1 border-none p-0 text-sm shadow-none focus-visible:cursor-text" /> (