From 2363e724c2a0f7a68151ecb4f00243ab066ef6cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matth=C3=A4us=20N=C3=B6ssing?=
 <matthaeus.noessing@aboutbits.it>
Date: Wed, 23 Oct 2024 13:44:51 +0200
Subject: [PATCH] fix section footer with submit

---
 src/components/section/theme.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/section/theme.ts b/src/components/section/theme.ts
index d2752268..7f4a4e67 100644
--- a/src/components/section/theme.ts
+++ b/src/components/section/theme.ts
@@ -97,7 +97,7 @@ export default {
     base: 'flex flex-wrap items-center gap-y-4',
     actions: 'flex-1',
     formSubmitFeedback:
-      'w-full justify-center [Size.Lg]:order-first LG:w-auto LG:justify-start',
+      'w-full justify-center lg:order-first lg:w-auto lg:justify-start',
   },
   appendix: {
     base: 'mt-4',