🐛 Corrige la transition de background sur les titres (#2449)
fix: Corrige la transition de background sur les titrespull/2459/head
parent
84e5ecf0b7
commit
be195e950d
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue