🐛 Corrige la transition de background sur les titres (#2449)

fix: Corrige la transition de background sur les titres
pull/2459/head
Benjamin Arias 2023-01-11 13:27:36 +01:00 committed by GitHub
parent 84e5ecf0b7
commit be195e950d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`