diff --git a/src/pg/patterns/core/tooltip/_tooltip.scss b/src/pg/patterns/core/tooltip/_tooltip.scss index 5d574e1..5f86a4c 100644 --- a/src/pg/patterns/core/tooltip/_tooltip.scss +++ b/src/pg/patterns/core/tooltip/_tooltip.scss @@ -25,7 +25,7 @@ $tooltip-pointer-top: conic-gradient(from 150deg at top, rgba(0, 0, 0, 0), #000 */ @mixin tooltip { - tool-tip { + tooltip { background: $tooltip-light-background; border-radius: $tooltip-border-radius; color: $tooltip-light-foreground;