From 6e62e90fd0986a922683b7ba6235e90155bd62ef Mon Sep 17 00:00:00 2001 From: Jeffrey Holland Date: Fri, 12 Dec 2025 16:02:05 +0100 Subject: [PATCH] Use --color-background for background and border color --- .../src/autofill/overlay/inline-menu/pages/list/list.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/browser/src/autofill/overlay/inline-menu/pages/list/list.css b/apps/browser/src/autofill/overlay/inline-menu/pages/list/list.css index 7a6d169d4da..5b0d73ebc8f 100644 --- a/apps/browser/src/autofill/overlay/inline-menu/pages/list/list.css +++ b/apps/browser/src/autofill/overlay/inline-menu/pages/list/list.css @@ -29,7 +29,7 @@ body { font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: rgb(var(--color-text-main)); - background-color: rgb(var(--color-background-alt2)); + background-color: rgb(var(--color-background)); } body * { @@ -173,8 +173,8 @@ body * { will-change: transform; border-bottom: 0.1rem solid; color: rgb(var(--color-text-main)); - background-color: rgb(var(--color-background-alt2)); - border-bottom-color: rgb(var(--color-background-alt2)); + background-color: rgb(var(--color-background)); + border-bottom-color: rgb(var(--color-background)); } .inline-menu-list-heading--bordered {