Skip to content
Snippets Groups Projects
Commit 0b7376eb authored by jojohoch's avatar jojohoch
Browse files

[player] Fix wrong font for content of alert dialog

parent 0a17c1af
No related branches found
No related tags found
No related merge requests found
<h2 mat-dialog-title>{{data.title}}</h2>
<mat-dialog-content>{{data.content}}</mat-dialog-content>
<mat-dialog-content class="mat-typography">
<p>{{data.content}}</p>
</mat-dialog-content>
<mat-dialog-actions>
<button mat-button mat-dialog-close>{{'close' | translate}}</button>
</mat-dialog-actions>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment