Skip to content

Commit

Permalink
updated rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghan Sardesai committed Jul 29, 2022
1 parent 113e5b3 commit 6701ea3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6701ea3

Please sign in to comment.