From 54d872aba1e5ba80e2653c4d77a0f84ac692ad71 Mon Sep 17 00:00:00 2001 From: Nick Krantz Date: Tue, 17 Dec 2024 14:58:19 -0600 Subject: [PATCH] update fill of icons to support light & dark modes --- libs/vault/src/icons/exclamation-triangle.ts | 2 +- libs/vault/src/icons/user-lock.ts | 22 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libs/vault/src/icons/exclamation-triangle.ts b/libs/vault/src/icons/exclamation-triangle.ts index 3de992877bc..42b84f08f95 100644 --- a/libs/vault/src/icons/exclamation-triangle.ts +++ b/libs/vault/src/icons/exclamation-triangle.ts @@ -3,7 +3,7 @@ import { svgIcon } from "@bitwarden/components"; export const ExclamationTriangle = svgIcon` - + diff --git a/libs/vault/src/icons/user-lock.ts b/libs/vault/src/icons/user-lock.ts index e20525ebd87..c1dc3efde39 100644 --- a/libs/vault/src/icons/user-lock.ts +++ b/libs/vault/src/icons/user-lock.ts @@ -2,16 +2,16 @@ import { svgIcon } from "@bitwarden/components"; export const UserLock = svgIcon` - - - - - - - - - - - + + + + + + + + + + + `;