обновил страницу договоров

This commit is contained in:
developer 2026-04-29 13:50:02 +08:00
parent 3430a3b2f0
commit 65def4a43e

View File

@ -190,7 +190,7 @@ class="bi bi-pen" viewBox="0 0 16 16">
@foreach ($contract->deal->notifications as $notification)
<div class="d-flex flex-row mb-3">
<div class="pe-2">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="@if(array_key_exists('primary_color', DESIGN_PARAMETERS)) {{ DESIGN_PARAMETERS['primary_color'] }} @else currentColor @endif"
class="bi bi-record-circle-fill align-middle" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6" />
</svg>