From af96a82bdfe2d13d0555448f62300e7774f632f0 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Fri, 4 Jul 2025 01:16:41 +0200 Subject: [PATCH] Increase loader icon size in cart layout Updated the loading spinner icon size from 1.5em to 2em in LayoutCart.vue for better visibility during loading states. --- components/Layout/LayoutCart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Layout/LayoutCart.vue b/components/Layout/LayoutCart.vue index 47114a95..e64c840a 100644 --- a/components/Layout/LayoutCart.vue +++ b/components/Layout/LayoutCart.vue @@ -3,7 +3,7 @@