add dot background

This commit is contained in:
Qing
2024-01-04 21:56:20 +08:00
parent 2fc1bf042a
commit 773e105d20
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export default function FileSelect(props: FileSelectProps) {
<div className="absolute flex w-screen h-screen justify-center items-center pointer-events-none">
<label
htmlFor={uploadElemId}
className="grid border-[2px] border-[dashed] rounded-lg min-w-[600px] hover:bg-primary hover:text-primary-foreground pointer-events-auto"
className="grid bg-background border-[2px] border-[dashed] rounded-lg min-w-[600px] hover:bg-primary hover:text-primary-foreground pointer-events-auto"
>
<div
className="grid p-16 w-full h-full"