Question:
I am trying to change color and size of Button from the Chakra UI. I am unable to figure out why nothing is changing.Answer:
you have to wrap yourApp
component with ChakraProvider
to “inject” chakra’s CSS. You have that step in the documentation on this link
https://chakra-ui.com/guides/getting-started/cra-guide#2-provider-setup
Also, take a look at previous steps if you had setup everything in the same way as it is in the documentation.If you have better answer, please add a comment about this, thank you!