Download file and file input borders (#3220)

This commit is contained in:
Henri Courdent
2024-02-15 17:03:05 +01:00
committed by GitHub
parent d4a9d30e30
commit fee382f8fa
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
</script>
<a
class="relative center-center flex w-full text-center font-medium text-tertiary
border-2 border-dashed border-gray-400 hover:border-blue-500
class="relative center-center flex w-full text-center font-normal text-tertiary text-sm
border border-dashed border-gray-400 hover:border-blue-500
focus-within:border-blue-500 hover:bg-blue-50 dark:hover:bg-frost-900 focus-within:bg-blue-50
duration-200 rounded-lg p-1 gap-2"
href={`/api/w/${$workspaceStore}/job_helpers/download_s3_file?file_key=${s3object?.s3}`}

View File

@@ -104,7 +104,7 @@
<button
class={twMerge(
`relative center-center flex-col text-center font-medium text-tertiary
border-2 border-dashed border-gray-400 hover:border-blue-500
border border-dashed border-gray-400 hover:border-blue-500
focus-within:border-blue-500 hover:bg-blue-50 dark:hover:bg-frost-900 focus-within:bg-blue-50
duration-200 rounded-lg p-1`,
c