freenowtech / wave

Design System of FREE NOW
https://wave.free-now.com
Apache License 2.0
64 stars 22 forks source link

Inconsistent Tooltip Background Color #432

Closed jahe closed 4 months ago

jahe commented 4 months ago

Relevant code

<Tooltip content="This is a regular tooltip 🏓">
  <span>
    Hover over me
  </span>
</Tooltip>

What was expected to happen?

Background color of tooltip is consistent with modern / classic and light / dark mode.

Reproduction

image

jahe commented 4 months ago

duplicate of #428