From 12237c469fc27afea702d495ae614aff1e36141a Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 2 Sep 2024 17:52:01 +0200 Subject: [PATCH] Update src/QrCode.module.css Co-authored-by: Timo <16718859+toger5@users.noreply.github.com> --- src/QrCode.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QrCode.module.css b/src/QrCode.module.css index 5b9cd340..500490bf 100644 --- a/src/QrCode.module.css +++ b/src/QrCode.module.css @@ -17,4 +17,5 @@ limitations under the License. .qrCode img { max-width: 100%; image-rendering: pixelated; + border-radius: var(--cpd-space-4x); }