Closed mdislam closed 9 months ago
Definitely yes! There's a prop bgColour
in the <Viewer>
component. You can use it like this:
<Viewer
bgColour={{
// add: 'green',
// remove: 'red',
modify: 'purple',
}}
/>
The result should be as expected:
Hi Is it possible to customise the highlighter color?
For example, If there is difference in values between 2 JSONs, then I would like to have "purple" highlighter instead of orange?
Regards, mesbahul