Change border color to hex format in print media

This commit is contained in:
NellowTCS 2026-05-12 15:48:37 -06:00 committed by GitHub
parent 5698cc1ab7
commit 5658b12d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@
@media print {
.cp-color-swatch {
border: 1px solid #000;
border: 1px solid #000000;
box-shadow: none;
}