Skip to content

Color on the top tooltip arrow #333

@amymarco

Description

@amymarco

Hi!

I'm trying to customize my border color for my tooltip. It works for the primary border shape, but leaves the arrow a black color. Is there a way to also customize that color so the whole thing is consistent?

How it currently looks:
screen shot 2017-09-07 at 11 43 36 am

My current code:

css

  .tooltip-custom {
    font-weight: bold;
    border-radius: 2rem;
    border: 1px solid $color !important;
    color: $color !important;
  }
<ReactTooltip id='icon' place='bottom' class='tooltip-custom' type='light' border='true'/>

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions