fix: attach branding template attrs to payment page

This commit is contained in:
Ahmed Bouhuolia
2024-11-11 20:25:42 +02:00
parent c58822fd6c
commit 7ee3392d3e
6 changed files with 93 additions and 6 deletions

View File

@@ -1,6 +1,11 @@
:root {
--payment-page-background-color: #fff;
--payment-page-primary-button: #0052cc;
}
.rootBodyPage {
background: #1c1d29;
background: var(--payment-page-background-color);
}
.root {