Skip to content

Commit

Permalink
fix(tasks): attachment color
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 21, 2018
1 parent 9959a79 commit 53f29a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ul class="attachments"
<ul class="attachments color-contrast"
[@standardList]="attachments?.length">
<li class="attachment"
*ngFor="let attachment of attachments"
Expand Down

0 comments on commit 53f29a9

Please sign in to comment.