mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 18:31:13 -05:00
Refactor: Use blue accent color
This commit is contained in:
@@ -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"
|
||||
className="w-full h-12 text-base font-medium photo-upload-trigger bg-accent hover:bg-accent/90 text-accent-foreground"
|
||||
size="lg"
|
||||
>
|
||||
{isSubmitting ? (
|
||||
|
||||
Reference in New Issue
Block a user