You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing browsers remove background colours to avoid excessive use of ink and other problems. But many of the Daisy components use background colour as part of it's feature this breaks. I've only tested on Chrome (Linux), but am certain this is a cross browser issue.
ATM I'm just using a .print-fix class:
.print-fix {
print-color-adjust: exact;
}
Though, I expect this is low severity as few people are doing anything with print media
@media screen aka "normal view"
@media print aka from print preview
The text was updated successfully, but these errors were encountered:
Thank you @OiYouYeahYou
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
What version of daisyUI are you using?
latest
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
https://play.tailwindcss.com/wWndQ9FxeZ
Describe your issue
When printing browsers remove background colours to avoid excessive use of ink and other problems. But many of the Daisy components use background colour as part of it's feature this breaks. I've only tested on Chrome (Linux), but am certain this is a cross browser issue.
ATM I'm just using a
.print-fix
class:Though, I expect this is low severity as few people are doing anything with print media
@media screen
aka "normal view"@media print
aka from print previewThe text was updated successfully, but these errors were encountered: