From 896390c3ec71cd3fa3b9e6333ec5b276d56b396a Mon Sep 17 00:00:00 2001 From: David Klakurka Date: Thu, 23 Jul 2026 09:11:14 -0700 Subject: [PATCH] Removed unused style causing build error --- react/lib/components/Widget/AltpaymentWidget.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/react/lib/components/Widget/AltpaymentWidget.tsx b/react/lib/components/Widget/AltpaymentWidget.tsx index 58fbd1df..508fa455 100644 --- a/react/lib/components/Widget/AltpaymentWidget.tsx +++ b/react/lib/components/Widget/AltpaymentWidget.tsx @@ -481,10 +481,6 @@ export const AltpaymentWidget: React.FunctionComponent = props padding: '10px', borderRadius: '5px', color: 'red' }) - const ShiftLabel = styled('span')({ - fontSize: '14px', marginLeft: '5px', fontWeight: 600 - }) - const ShiftStepLabel = styled('span', { shouldForwardProp: (prop) => prop !== 'active', })<{ active?: boolean }>(({ active }) => ({