Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background color in css does not change top notch #768

Closed
daceynolan opened this issue May 5, 2022 · 1 comment
Closed

Background color in css does not change top notch #768

daceynolan opened this issue May 5, 2022 · 1 comment

Comments

@daceynolan
Copy link

When overriding styles in Styled Components, setting the background-color does not change the color of the notch.

const StyledTooltip = styled(ReactTooltip)`
  // using !important to override styles from the library
  background-color: ${({ theme }) => theme.vars.foundationSurface2} !important;
  border-radius: ${({ theme }) => theme.constants.borderRadiusMd} !important;
`;

Screen Shot 2022-05-04 at 9 49 17 PM

@danielbarion
Copy link
Member

danielbarion commented Nov 16, 2022

hi, @daceynolan can you let me know your thoughts here, please? #820 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants