From 6003ec932b1c59878b8612ad610c83bc801c8867 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Tue, 22 Mar 2022 08:31:47 -0500 Subject: [PATCH] Dark Mode: Token action circles (#14102) --- ui/components/app/wallet-overview/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/app/wallet-overview/index.scss b/ui/components/app/wallet-overview/index.scss index 43ef04d76..19a4db1a2 100644 --- a/ui/components/app/wallet-overview/index.scss +++ b/ui/components/app/wallet-overview/index.scss @@ -96,7 +96,7 @@ align-items: center; height: 36px; width: 36px; - background: #037dd6; + background: var(--color-primary-default); border-radius: 18px; margin-top: 6px; }