diff --git a/packages/fxa-payments-server/src/components/PaymentErrorView/index.tsx b/packages/fxa-payments-server/src/components/PaymentErrorView/index.tsx index ecf87046612..e468db1c260 100644 --- a/packages/fxa-payments-server/src/components/PaymentErrorView/index.tsx +++ b/packages/fxa-payments-server/src/components/PaymentErrorView/index.tsx @@ -61,8 +61,7 @@ export const PaymentErrorView = ({ }: PaymentErrorViewProps) => { const navigate = useNavigate(); const { config } = useContext(AppContext); - const sectionClasses = - 'row-start-3 row-end-4 mt-6 mx-4 tablet:mt-0 rounded-lg tablet:rounded-t-none'; + const sectionClasses = 'row-start-3 row-end-4 mt-6 mx-4 tablet:mt-0'; // We want the button label and onClick handler to be different depending // on the type of error