Skip to content

Commit

Permalink
imp: Increase contrast of ticket info titles
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Mar 17, 2023
1 parent 267a7b4 commit 8ace6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/tickets/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@

<div class="flow">
<div class="row row--center row--always flow">
<span class="row__item--extend text--secondary">
<span class="row__item--extend">
{{ icon('user-group') }}
<strong>{{ 'tickets.actors' | trans }}</strong>
</span>
Expand Down Expand Up @@ -391,7 +391,7 @@

<div class="flow">
<div class="row row--center row--always flow">
<span class="row__item--extend text--secondary">
<span class="row__item--extend">
{{ icon('priority') }}
<strong>{{ 'tickets.priority' | trans }}</strong>
</span>
Expand Down

0 comments on commit 8ace6a3

Please sign in to comment.