Toggletip: Update background color and border (#77437)

update toggletip background + border
This commit is contained in:
Ashley Harrison
2023-10-31 15:11:53 +00:00
committed by GitHub
parent cf085480fa
commit 3551f49019

View File

@@ -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 }
);