react-view icon indicating copy to clipboard operation
react-view copied to clipboard

Error while styling the playground components

Open anishagg17 opened this issue 5 years ago • 0 comments

 <Error msg={params.errorProps.msg} isPopup
        overrides={{
            style: {
              color: '#892C21',
            },
        }}
      />

I tried changing the default theme of the playground components such as error message, checkboxes, sliders but faced errors. Is there something wrong with my implementation.

Screenshot 2020-05-22 at 1 27 29 AM

even setting up className renders error

anishagg17 avatar May 21 '20 19:05 anishagg17