Skip to content

Commit 6e2eb50

Browse files
committed
.ui.
1 parent 423a842 commit 6e2eb50

File tree

1 file changed

+2
-2
lines changed
  • packages/notifications-library/src/notifications_library/templates

1 file changed

+2
-2
lines changed

packages/notifications-library/src/notifications_library/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
.strong-button {
4242
cursor: pointer;
43-
background-color: {{ product.strong_color }};
43+
background-color: {{ product.ui.strong_color }};
4444
color: white;
4545
padding: 10px;
4646
border: none;
@@ -82,7 +82,7 @@
8282
<div class="email-container">
8383
<div class="header">
8484
<a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">
85-
<img src="{{ product.logo }}" alt="Logo" class="logo">
85+
<img src="{{ product.ui.logo }}" alt="Logo" class="logo">
8686
</a>
8787
</div>
8888

0 commit comments

Comments
 (0)