From be195e950d57aaf73ac4ba675843f76f390ca4ae Mon Sep 17 00:00:00 2001 From: Benjamin Arias Date: Wed, 11 Jan 2023 13:27:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Corrige=20la=20transition=20de?= =?UTF-8?q?=20background=20sur=20les=20titres=20(#2449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: Corrige la transition de background sur les titres --- site/source/design-system/typography/heading.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/design-system/typography/heading.tsx b/site/source/design-system/typography/heading.tsx index 986d9bf2e..ba095f9a4 100644 --- a/site/source/design-system/typography/heading.tsx +++ b/site/source/design-system/typography/heading.tsx @@ -8,7 +8,7 @@ const baseHeading = css` theme.darkMode ? theme.colors.extended.grey[100] : theme.colors.bases.primary[700]}; - background-color: inherit; + background-color: transparent; ` export const HeadingUnderline = css`