Skip to content

Commit

Permalink
style: update date display to match ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcasstlesjones committed Dec 18, 2024
1 parent d7cd436 commit 6c5035b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/insights/components/InsightsDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default function InsightsDisplay() {
}
className={clsx(
"font-normal",
isActive && "bg-twd-primary-purple text-white"
isActive && "bg-twd-secondary-purple text-white"
)}
/>
);
Expand Down

0 comments on commit 6c5035b

Please sign in to comment.