chore: fix style issues [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-07 00:53:53 +05:30
parent e61e1ff86d
commit a295b4f2f7
8 changed files with 16 additions and 21 deletions

View File

@@ -36,12 +36,7 @@ const ImportModalInitialPage = ({ setFiles }: Props) => {
<div className="text-lg font-semibold">Drag and drop files to auto-detect and import</div>
<div className="text-sm">Or click to open file picker</div>
</button>
<div className="relative mb-6 mt-6 w-full">
<hr className="w-full border-border" />
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 bg-default p-1">
or import from:
</div>
</div>
<div className="text-center my-4 w-full">or import from:</div>
<div className="flex flex-wrap items-center justify-center gap-4">
<Button
className="flex items-center bg-[#14cc45] !py-2 text-[#000]"