From 26a586cde9b452fa0543ff1d41ecfabbf5caf9e4 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Mon, 28 Apr 2025 21:48:28 +0100 Subject: [PATCH] style: replace size-3.5 with size-4 in checkbox check icon --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 87ac32a..05ca41f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -49,7 +49,7 @@ body { .checkbox::after { content: ""; - @apply hidden size-3.5 bg-cover bg-no-repeat; + @apply hidden size-4 bg-cover bg-no-repeat; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' /%3E%3C/svg%3E"); }