Sfoglia il codice sorgente

update submodules to latest commits

tigger 1 settimana fa
parent
commit
d4d73b1e93
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 4 2
      src/app/app.component.html
  2. 1 1
      src/dependencies/fis

+ 4 - 2
src/app/app.component.html

@@ -72,13 +72,15 @@
 </ng-template>
 
 <ng-template #toolbarItems>
-  <div mat-icon-button class="toolbar-item" style="border-radius: 50%;border:1px solid;" 
+  <div mat-icon-button class="toolbar-item"
     [style.color]="colorScheme.color"
     matTooltip="{{'select_color'|tr:'Select color'}}" (click)="colorPop.toggle($event)">
-    <span style="font-size: x-large;">●</span>
+    <span style="font-size:30pt;display:flex;max-height:30pt;line-height:20pt;">●</span>
+    <mat-label>{{('color'|tr:'Color')}}</mat-label>
   </div>
   <div class="toolbar-item" mat-icon-button matTooltip="{{'select_theme'|tr:'Select theme'}}" [matMenuTriggerFor]="theme">
     <mat-icon>{{themeMode}}</mat-icon>
+    <mat-label>{{('theme'|tr:'Theme')}}</mat-label>
   </div>
   @for (item of [
       {id:'home',icon:'home',path:'/',title:'Home',key:'home_page'},

+ 1 - 1
src/dependencies/fis

@@ -1 +1 @@
-Subproject commit 2c585eeae8ee3e9264487c8c0a519e156545b3df
+Subproject commit 115c45d32330d2ab7e6633245a8a563fe86b93e6