Skip to content

Commit 02b2557

Browse files
Update client/src/pages/404.tsx
Co-authored-by: Sam Jackson <114900452+samjjacko@users.noreply.github.com>
1 parent ddbde5a commit 02b2557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/pages/404.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ export default function Custom404() {
9898
}
9999

100100
if (option === currentTrivia.answer) {
101-
return `${baseClass} bg-accent border-accent text-accent-foreground font-semibold`;
101+
return `${baseClass} bg-primary border-accent text-accent-foreground font-semibold`;
102102
}
103103

104104
if (option === selectedAnswer && option !== currentTrivia.answer) {
105-
return `${baseClass} bg-secondary border-secondary text-secondary-foreground`;
105+
return `${baseClass} bg-accent border-secondary text-secondary-foreground`;
106106
}
107107

108108
return `${baseClass} bg-muted border-border text-muted-foreground`;

0 commit comments

Comments
 (0)