From 3669e69ebc764edf30b7a0e18c532a607bd37ece Mon Sep 17 00:00:00 2001 From: Yin Zhang Date: Mon, 1 Jul 2024 18:49:14 -0700 Subject: [PATCH] Fix flaky bazel build error: "headline1-font-family already has a link" PiperOrigin-RevId: 648551109 --- frontend/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/styles.scss b/frontend/styles.scss index fda9f065d..afa1653de 100644 --- a/frontend/styles.scss +++ b/frontend/styles.scss @@ -19,7 +19,7 @@ $theme: mat.define-light-theme( warn: $warn, ), density: 0, - typography: mat.define-typography-config(), + typography: $typography-config, ) );