Skip to content

Commit

Permalink
fix(tooltip): change fallback color to text instead of primary
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Jul 29, 2024
1 parent 947decc commit 61171a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ods/src/style/_overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $ods-overlay-z-index: 99;
filter: drop-shadow(0 2px 8px rgba(0, 14, 156, 0.2));
background: var(--ods-color-primary-000);
padding: 8px;
color: var(--ods-color-primary-500);
color: var(--ods-color-text);
}

@mixin ods-tooltip-arrow() {
Expand Down

0 comments on commit 61171a9

Please sign in to comment.