From 9ec64861cbf2cd81dac996e18c0680633bc71105 Mon Sep 17 00:00:00 2001 From: Jeffrey Holland Date: Mon, 22 Dec 2025 10:12:27 -0500 Subject: [PATCH] Use font variable from `libs/components/src/theme.css` --- apps/browser/src/autofill/shared/styles/variables-export.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/browser/src/autofill/shared/styles/variables-export.css b/apps/browser/src/autofill/shared/styles/variables-export.css index 59476ed3450..7af106d1d04 100644 --- a/apps/browser/src/autofill/shared/styles/variables-export.css +++ b/apps/browser/src/autofill/shared/styles/variables-export.css @@ -1,5 +1,7 @@ +@import "../../../../../../libs/components/src/theme.css"; + :root { - --autofill-font-family-sans-serif: Inter, Helvetica Neue, Helvetica, Arial, sans-serif; + --autofill-font-family-sans-serif: var(--font-sans); --autofill-font-family-source-code-pro: Source Code Pro, monospace; --autofill-font-size-base: 14px; --autofill-text-color-light: #212529;