Fix accent color

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 18:48:21 +00:00
parent 62cb3459d5
commit c7aefd39aa

View File

@@ -359,7 +359,7 @@ export function UppyPhotoSubmissionUpload({
<Button
onClick={handleSubmit}
disabled={isSubmitting || photos.length === 0}
className="w-full h-12 text-base font-medium photo-upload-trigger bg-accent hover:bg-accent/90 text-accent-foreground"
className="w-full h-12 text-base font-medium bg-accent hover:bg-accent/90 text-accent-foreground"
size="lg"
>
{isSubmitting ? (