text default class for attachments

This commit is contained in:
Kyle Spearrin 2018-02-04 15:52:32 -05:00
parent 55771f30aa
commit 51f578f4d3
1 changed files with 2 additions and 1 deletions

View File

@ -219,7 +219,8 @@
{{'attachments' | i18n}}
</div>
<div class="box-content">
<a class="box-content-row box-content-row-flex" *ngFor="let attachment of cipher.attachments"
<a class="box-content-row box-content-row-flex text-default"
*ngFor="let attachment of cipher.attachments"
href="#" appStopClick appBlurCLick (click)="downloadAttachment(attachment)">
<span class="row-main">{{attachment.fileName}}</span>
<small class="row-sub-label">{{attachment.sizeName}}</small>