Skip to content

Commit

Permalink
pricing page color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joschan21 committed Sep 26, 2023
1 parent 4573de1 commit 7445fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ const Page = () => {
) : (
<p
className={cn(
'text-gray-400',
'text-gray-600',
{
'text-gray-600':
'text-gray-400':
negative,
}
)}>
Expand Down

0 comments on commit 7445fcb

Please sign in to comment.