Skip to content

Commit

Permalink
EWPP-3871: Use proper border color in call for proposals.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza committed Jan 26, 2024
1 parent 96f1309 commit 8746d1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#}
{% extends '@oe_theme/patterns/field_list/pattern-field-list.html.twig' %}
{% block content %}
<div class="ecl-u-border-top ecl-u-border-bottom ecl-u-border-color-grey-15 ecl-u-mt-l ecl-u-mb-l ecl-u-pt-l ecl-u-pb-l">
<div class="ecl-u-border-top ecl-u-border-bottom {{ ecl_class_border_color() }} ecl-u-mt-l ecl-u-mb-l ecl-u-pt-l ecl-u-pb-l">
{{ parent() }}
</div>
{% endblock %}

0 comments on commit 8746d1b

Please sign in to comment.