Skip to content

Commit 838d609

Browse files
committed
change hover color
1 parent df54c62 commit 838d609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/pages/iop/[documentId].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export default function InvestmentOpportunityProfile() {
543543
className={`w-full flex items-start gap-3 p-3 text-left transition-colors ${
544544
activeSection === section.id
545545
? 'bg-white border-r-4 border-primary-500'
546-
: 'bg-white hover:bg-orange-50'
546+
: 'bg-white hover:bg-primary-50'
547547
}`}
548548
>
549549
<span

0 commit comments

Comments
 (0)