Skip to content
Snippets Groups Projects
Commit de3450f6 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

feat: add tooltip on theme selector

parent 353f0a4c
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,9 @@
[value]="theme"
><img class="option-theme-img"
style="max-height: 30px; max-width: 30px; padding-top: 16px;"
[matTooltip]="stringUtil.convertToPascalCase(theme)"
[matTooltipPosition]="'after'"
[src]="'assets/themes/'+theme+'/logo.svg'"></mat-option>
<!-- {{stringUtil.convertToPascalCase(theme)}}-->
</mat-select>
</mat-form-field>
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