We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df54c62 commit 838d609Copy full SHA for 838d609
frontend/pages/iop/[documentId].js
@@ -543,7 +543,7 @@ export default function InvestmentOpportunityProfile() {
543
className={`w-full flex items-start gap-3 p-3 text-left transition-colors ${
544
activeSection === section.id
545
? 'bg-white border-r-4 border-primary-500'
546
- : 'bg-white hover:bg-orange-50'
+ : 'bg-white hover:bg-primary-50'
547
}`}
548
>
549
<span
0 commit comments