We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423a842 commit 6e2eb50Copy full SHA for 6e2eb50
packages/notifications-library/src/notifications_library/templates/base.html
@@ -40,7 +40,7 @@
40
}
41
.strong-button {
42
cursor: pointer;
43
- background-color: {{ product.strong_color }};
+ background-color: {{ product.ui.strong_color }};
44
color: white;
45
padding: 10px;
46
border: none;
@@ -82,7 +82,7 @@
82
<div class="email-container">
83
<div class="header">
84
<a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">
85
- <img src="{{ product.logo }}" alt="Logo" class="logo">
+ <img src="{{ product.ui.logo }}" alt="Logo" class="logo">
86
</a>
87
</div>
88
0 commit comments