mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Toggletip: Update background color and border (#77437)
update toggletip background + border
This commit is contained in:
@@ -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 }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user