From 7ef1d01401275c36b1f309ac3975739ac524bd4e Mon Sep 17 00:00:00 2001 From: rr-bw <102181210+rr-bw@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:46:58 -0800 Subject: [PATCH] [PM-13822] Password Hint UI tweaks (#11867) * update env selector label * update icon colors * re-upload SVG with viewBox and correct classes --- .../environment-selector.component.html | 2 +- libs/auth/src/angular/icons/user-lock.icon.ts | 114 +++++++++++++++--- 2 files changed, 98 insertions(+), 18 deletions(-) diff --git a/apps/web/src/app/components/environment-selector/environment-selector.component.html b/apps/web/src/app/components/environment-selector/environment-selector.component.html index 4be0db2ba4..a1fb1a8a0f 100644 --- a/apps/web/src/app/components/environment-selector/environment-selector.component.html +++ b/apps/web/src/app/components/environment-selector/environment-selector.component.html @@ -17,7 +17,7 @@
- {{ "server" | i18n }}: + {{ "accessing" | i18n }}: {{ currentRegion?.domain }} diff --git a/libs/auth/src/angular/icons/user-lock.icon.ts b/libs/auth/src/angular/icons/user-lock.icon.ts index fef00a09a9..e85eac6fc2 100644 --- a/libs/auth/src/angular/icons/user-lock.icon.ts +++ b/libs/auth/src/angular/icons/user-lock.icon.ts @@ -1,22 +1,102 @@ import { svgIcon } from "@bitwarden/components"; export const UserLockIcon = svgIcon` - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + `;