fix: use shadow-sm for print format container

This commit is contained in:
prssanna 2020-08-11 17:55:19 +05:30
parent 12b27339cb
commit bbdb2532d2

View file

@ -5,7 +5,7 @@
}
.print-format {
background-color: white;
box-shadow: var(--shadow-xs);
box-shadow: var(--shadow-sm);
border: 1px solid var(--border-color);
max-width: 8.3in;
min-height: 11.69in;