Fix bug de couleur d'arrière plan au hover

pull/2431/head
Johan Girod 2022-12-15 15:40:55 +01:00
parent 45a4657089
commit cd10b5665c
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ const baseHeading = css`
theme.darkMode
? theme.colors.extended.grey[100]
: theme.colors.bases.primary[700]};
background-color: inherit;
`
export const HeadingUnderline = css`