Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit b7a93e1

Browse files
committed
fixes button styling on export report button (HospitalRun/hospitalrun-frontend/#1527)
1 parent e77684d commit b7a93e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/incident/reports/template.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</table>
4949
</div>
5050
<div class="panel-footer">
51-
<a href={{csvExport}} target="_blank" download="{{reportTitle}}.csv" class="btn btn-default">{{t 'incident.buttons.export'}}</a>
51+
<a href={{csvExport}} target="_blank" download="{{reportTitle}}.csv" class="btn btn-primary">{{t 'incident.buttons.export'}}</a>
5252
</div>
5353
</div>
5454
{{/if}}

0 commit comments

Comments
 (0)