mui / material-ui

Material UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
https://mui.com/material-ui/
MIT License
92.04k stars 31.64k forks source link

Background color not visible in print #42175

Closed kishor-dabi closed 3 weeks ago

kishor-dabi commented 3 weeks ago

Steps to reproduce

go to the MUI page https://mui.com/material-ui/react-chip/#color-chip Steps:

  1. click on Edit in StackBlitz icon.
  2. Print the page with Ctrl+P

Current behavior

background color is missing

image

Expected behavior

It should show the background color in print.

Context

No response

Your environment

npx @mui/envinfo ``` Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here. ```

Search keywords: background color missing in print Chip component

brijeshb42 commented 3 weeks ago

Did you enable the Background and Graphics in print settings? This is how it's shown in Edge and Chrome -

Screenshot 2024-05-10 at 1 02 06 PM

Feel free to reopen if it's not working.