Download file and file input borders (#3220)
This commit is contained in:
@@ -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}`}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user