petalframework / petal_components

Phoenix + Live View HEEX Components
https://petal.build/components
MIT License
767 stars 84 forks source link

Text in primary progress bar has low contrast in light mode #316

Closed damir closed 1 month ago

damir commented 3 months ago

Screenshot 2024-03-30 at 2 13 34 PM

nhobes commented 1 month ago

Thanks Damir, I think the best way to solve this would be to update the styles in your app.ss file if you have a lighter primary color.

Say your primary color is blue-200, then I would recommend changing/adding to the .pc-progress__label styles:

"text-primary-900 dark:text-white"

Then it should look something like the below. Hope that makes sense.

CleanShot 2024-05-27 at 12 53 42@2x