Skip to content

Commit

Permalink
Increase delay before applying CSS variables and use correct type for…
Browse files Browse the repository at this point in the history
… delay
  • Loading branch information
mdmoore committed Apr 10, 2024
1 parent f4cb636 commit 23bcf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/product-details/bnpl-site-messaging/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const initializeBnplSiteMessaging = async () => {
);

pmme.style.setProperty( '--wc-bnpl-margin-bottom', '-4px' );
}, '1000' );
}, 2000 );
}
} );
}
Expand Down

0 comments on commit 23bcf55

Please sign in to comment.