Skip to content

Commit

Permalink
fix: Price is missing in dark mode (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Sep 22, 2023
1 parent f003732 commit 31c9884
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/web/styles/project/_PricingPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
}
}
}
.dark {
.pricing-type {
color: #d8d8d8;
}
}
.pricing-type {
color: #22354a;
margin-bottom: 0;
Expand Down

2 comments on commit 31c9884

@vercel
Copy link

@vercel vercel bot commented on 31c9884 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 31c9884 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.