WK

Results 949 comments of WK

> Nonetheless, validationErrors still do not work properly. @Cimlah can you share your code?

Closing for now. if someone still hits the issue with the latest version, please create a new issue with a minimal reproducible sandbox.

@c0d3x Can you provide a Stackblitz link? It looks fine on my side. ![image](https://github.com/nextui-org/nextui/assets/35857179/b9758328-60c4-4154-93fe-5a270c911c48)

Thanks for the link. Seems something wrong when a custom color is defined. I will take a look.

@c0d3x Just checked. I think you are overriding the default theme. In `tailwind.config.ts`, you can simply wrap your colors in `extend`. ![image](https://github.com/nextui-org/nextui/assets/35857179/1795e8e8-fa75-41e9-9895-bae658c41b34) ```ts theme: { extend: { colors: { beige:...

> I tried adding the extend, however the colors of CircularProgress are the same for light and dark mode. does other components work with light and dark mode? wondering if...

@ararTP I requested 4 changes but didn't see you've pushed any commits.

@ararTP Clicking resolve doesn't do anything on the codebase. You need to work on them yourself. Normally you click it right after you push something that resolves the corresponding comment....