From e1a5dde9687f8649e029c2cad03d8f709b3e2ac3 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Mon, 8 Mar 2021 10:05:20 +0100 Subject: [PATCH] fix: use neutral instead of subtle for text --- app/assets/templates/directives/account-menu.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/directives/account-menu.pug b/app/assets/templates/directives/account-menu.pug index 5826e5219..bde3c0f21 100644 --- a/app/assets/templates/directives/account-menu.pug +++ b/app/assets/templates/directives/account-menu.pug @@ -149,7 +149,7 @@ .sk-panel-row .sk-panel-column .sk-h1.sk-bold.wrap {{self.state.user.email}} - .sk-subtitle.subtle.normal {{self.state.server}} + .sk-subtitle.neutral {{self.state.server}} .sk-panel-row a.sk-a.info.sk-panel-row.condensed( ng-click="self.openPasswordWizard()"