Skip to content

Commit

Permalink
Toggletip: Update background color and border (grafana#77437)
Browse files Browse the repository at this point in the history
update toggletip background + border
  • Loading branch information
ashharrison90 authored Oct 31, 2023
1 parent cf08548 commit 3551f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grafana-ui/src/components/Toggletip/Toggletip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Toggletip.displayName = 'Toggletip';
export const getStyles = (theme: GrafanaTheme2) => {
const info = buildTooltipTheme(
theme,
theme.components.tooltip.background,
theme.components.tooltip.background,
theme.colors.background.primary,
theme.colors.border.weak,
theme.components.tooltip.text,
{ topBottom: 2, rightLeft: 2 }
);
Expand Down

0 comments on commit 3551f49

Please sign in to comment.