Skip to content
Snippets Groups Projects

fix: upper/lower case logic pill with right handle

Merged Sjoerd requested to merge fix/logicPill into main
Files
4
@@ -82,7 +82,7 @@ export const UpsertDatabase = (props: {
<div
className={`pt-4 flex flex-row gap-3 card-actions w-full justify-between items-center ${sampleDataPanel === true && 'hidden'}`}
>
<div className="flex justify-between items-center">
<div className="flex justify-between items-center gap-2">
<Button
variantType="primary"
className="flex-grow"
Loading