Skip to content
On this page

Custom Styling

As previously mentioned, the tooltips can be styled by simply overriding the CSS class's attributes. The example below describes how changing the tooltip's background color may work.

CSS

css
.v-tooltip__content {
  background-color: #646cff;
}

Example

Released under the MIT License.