diff --git a/modules/ui/src/app/app.component.html b/modules/ui/src/app/app.component.html index c75fe1c4b..511a5a187 100644 --- a/modules/ui/src/app/app.component.html +++ b/modules/ui/src/app/app.component.html @@ -88,7 +88,7 @@

Testrun

aria-label="Certificates" matTooltip="Certificates" (click)="openCert()"> - workspace_premium diff --git a/modules/ui/src/styles.scss b/modules/ui/src/styles.scss index 19c475b1e..0240343a1 100644 --- a/modules/ui/src/styles.scss +++ b/modules/ui/src/styles.scss @@ -107,6 +107,14 @@ mat-hint { content: none; } +.material-symbols-outlined.filled { + font-variation-settings: + 'FILL' 1, + 'wght' 400, + 'GRAD' 0, + 'opsz' 24; +} + .app-sidebar { .mat-mdc-button .mat-mdc-button-ripple { display: none;