From ec417cf2aaf6a23bfad0c756b0f3a0863506eb78 Mon Sep 17 00:00:00 2001
From: rr-bw <102181210+rr-bw@users.noreply.github.com>
Date: Fri, 29 Dec 2023 10:07:53 -0800
Subject: [PATCH] change active account status to green (#7371)
---
.../src/auth/popup/account-switching/account.component.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/apps/browser/src/auth/popup/account-switching/account.component.html b/apps/browser/src/auth/popup/account-switching/account.component.html
index 0912c71b066..301a127a7d9 100644
--- a/apps/browser/src/auth/popup/account-switching/account.component.html
+++ b/apps/browser/src/auth/popup/account-switching/account.component.html
@@ -30,7 +30,9 @@
[attr.aria-hidden]="status.text === 'active'"
>
(
- {{ status.text }}
+ {{
+ status.text
+ }}
)