Update src/QrCode.module.css

Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
This commit is contained in:
Johannes Marbach
2024-09-02 17:52:01 +02:00
committed by GitHub
parent cba5eb5c07
commit 12237c469f

View File

@@ -17,4 +17,5 @@ limitations under the License.
.qrCode img {
max-width: 100%;
image-rendering: pixelated;
border-radius: var(--cpd-space-4x);
}