We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e614755 commit 3a5023cCopy full SHA for 3a5023c
ui/src/components/data-source-panel.tsx
@@ -155,6 +155,10 @@ export default class DataSourcePanel extends React.Component<DataSourcePanelProp
155
156
})
157
}
158
+ <div onClick={() => this.setState({ isAdding: true})} className="flex hover:text-[#9875d4] py-2 pl-5 pr-3 m-2 flex-row items-center justify-center bg-[#36323b] hover:border-[#9875d4] rounded-lg font-poppins leading-[28px] border-[#777777] border-b-[.5px] transition duration-300 ease-in-out">
159
+ <h1 className="text-gray-500">Add</h1>
160
+ <IoAddCircleOutline className="ml-4 text-white text-2xl hover:text-[#9875d4] hover:cursor-pointer transition duration-200 ease-in-out"></IoAddCircleOutline>
161
+ </div>
162
</div>
163
</div>)
164
0 commit comments