Skip to content

Commit 68155db

Browse files
authored
Merge pull request #2860 from mmccullom-sf/adyenApplePayUpdateCSS
@W-19085467 – Adyen apple pay update css
2 parents fb2b8d0 + be3fe34 commit 68155db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/template-retail-react-app/app/components/_app/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ const App = (props) => {
290290

291291
return isExpress ? (
292292
<OfflineBoundary isOnline={false}>
293-
<div style={{width: '100%', height: '32px', overflowY: 'hidden'}}>{children}</div>
293+
<div style={{width: '100%', height: '40px', overflowY: 'hidden'}}>{children}</div>
294294
</OfflineBoundary>
295295
) : (
296296
<Box className="sf-app" {...styles.container}>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.adyen-checkout__applepay__button {
22
width: 100% !important;
3-
height: 32px !important;
3+
height: 40px !important;
44
}

0 commit comments

Comments
 (0)