fix:Google-drive modal style

This commit is contained in:
chanx 2025-11-11 19:56:32 +08:00
parent 41aa7529f5
commit 28ccc0dac0

View file

@ -302,7 +302,7 @@ const GoogleDriveTokenField = ({
</div>
)}
<FileUploader
className="py-4"
className="py-4 border-[0.5px] bg-bg-card text-text-secondary"
value={files}
onValueChange={handleValueChange}
accept={{ '*.json': [FileMimeType.Json] }}