diff --git a/libs/shared/lib/components/pills/stories/pillRelation.stories.tsx b/libs/shared/lib/components/pills/stories/pillRelation.stories.tsx index 6c29cca229171b6ade6255729d5a949280690b2b..662c3c8bd735fcd56a948549a4da85deb5e990f7 100644 --- a/libs/shared/lib/components/pills/stories/pillRelation.stories.tsx +++ b/libs/shared/lib/components/pills/stories/pillRelation.stories.tsx @@ -1,11 +1,9 @@ import React from 'react'; -import { Meta, StoryObj } from '@storybook/react'; +import { Meta } from '@storybook/react'; import { configureStore } from '@reduxjs/toolkit'; import { Provider } from 'react-redux'; import { RelationPill } from '../Pill'; -import { PillHandle } from '../PillHandle'; -import { Position } from 'reactflow'; const Component: Meta<typeof RelationPill> = { title: 'Pills/Pill', diff --git a/libs/shared/lib/schema/panel/schema.tsx b/libs/shared/lib/schema/panel/schema.tsx index 533948832c2410119618633b45cd21d6287ef538..04fe939b226e4d640b87ce9902b312e283356c57 100644 --- a/libs/shared/lib/schema/panel/schema.tsx +++ b/libs/shared/lib/schema/panel/schema.tsx @@ -110,7 +110,7 @@ export const Schema = (props: Props) => { return ( <div className="schema-panel w-full h-full flex flex-col justify-between" ref={reactFlowRef}> {nodes.length === 0 ? ( - <p className="text-sm">No Elements</p> + <p className="m-3 text-xl font-bold">No Elements</p> ) : ( <ReactFlowProvider> <ReactFlow