I have a drawer from the material UI core. I have a background but it's displaying a white border on the right. How can I get rid of this? Thanks!
I have a drawer from the material UI core. I have a background but it's displaying a white border on the right. How can I get rid of this? Thanks!
Use borderRight={1} in conjunction with borderColor="value" attribute, as described in the documentation. Those properties can be applied to any element.
Example:
<Box borderRight={1} borderColor="red">