Add correct hover effect for button's text

This commit is contained in:
Alex Martzios 2021-10-29 17:00:52 +03:00
parent 051be69058
commit 6620d401fa
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<button class="uk-icon-button large uk-button-secondary" (click)="printReport()">
<icon name="print"></icon>
</button>
<button class="uk-button uk-button-link uk-margin-small-left" (click)="printReport()">
<button class="uk-button uk-button-link uk-margin-small-left uk-text-secondary" (click)="printReport()">
Print Report
</button>
</a>