Skip to content

Commit 1fe3f92

Browse files
committed
IBX-10607: Fixed dot color in unread notification
1 parent 553a512 commit 1fe3f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bundle/Resources/views/themes/admin/account/notifications/list_item.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
} %}
6060
{% block body_row_cells %}
61-
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' %}
61+
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { class: '' } %}
6262
{% block content %}
6363
<div>
6464
<span class="ibexa-notifications-modal__notice-dot"></span>
@@ -75,7 +75,7 @@
7575
</div>
7676
{% endblock %}
7777
{% endembed %}
78-
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' %}
78+
{% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { class: '' } %}
7979
{% block content %}
8080
<div class="ibexa-notifications-modal__actions">
8181
<button class="btn ibexa-btn ibexa-btn--ghost" id="ibexa-notifications-modal-popup-trigger-{{ notification.id }}">

0 commit comments

Comments
 (0)