Skip to content

Commit 17d98be

Browse files
authored
Update button alignment in OtpAuth component to be centered (#3650)
* Update button alignment in OtpAuth component to center for improved UX
1 parent 06c022d commit 17d98be

File tree

1 file changed

+1
-1
lines changed
  • packages/template-retail-react-app/app/components/otp-auth

1 file changed

+1
-1
lines changed

packages/template-retail-react-app/app/components/otp-auth/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ const OtpAuth = ({
302302
)}
303303

304304
{/* Buttons */}
305-
<HStack spacing={4} width="100%" justifyContent="flex-end">
305+
<HStack spacing={4} width="100%" justifyContent="center">
306306
{!hideCheckoutAsGuestButton && (
307307
<Button
308308
onClick={handleCheckoutAsGuest}

0 commit comments

Comments
 (0)