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 {