mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 17:31:15 -05:00
Refactor: Use blue accent color
This commit is contained in:
@@ -257,11 +257,11 @@ export function UppyPhotoSubmissionUpload({
|
||||
return (
|
||||
<Card className="w-full max-w-2xl mx-auto shadow-lg border-accent/20 bg-accent/5">
|
||||
<CardHeader className="text-center space-y-4">
|
||||
<div className="mx-auto w-16 h-16 bg-gradient-to-br from-primary to-secondary rounded-full flex items-center justify-center">
|
||||
<Camera className="w-8 h-8 text-primary-foreground" />
|
||||
<div className="mx-auto w-16 h-16 bg-accent/10 border-2 border-accent/30 rounded-full flex items-center justify-center">
|
||||
<Camera className="w-8 h-8 text-accent" />
|
||||
</div>
|
||||
<div>
|
||||
<CardTitle className="text-2xl bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">
|
||||
<CardTitle className="text-2xl text-accent">
|
||||
Submit Photos
|
||||
</CardTitle>
|
||||
<CardDescription className="text-base mt-2">
|
||||
|
||||
Reference in New Issue
Block a user