Tooltips: Update styling (#77831)

This commit is contained in:
Adela Almasan
2023-11-07 15:17:33 -06:00
committed by GitHub
parent 8ddd3ca17a
commit 8ad3087d3c

View File

@@ -303,7 +303,8 @@ const getStyles = (theme: GrafanaTheme2) => ({
whiteSpace: 'pre',
borderRadius: theme.shape.radius.default,
position: 'absolute',
background: theme.colors.background.secondary,
background: theme.colors.background.primary,
border: `1px solid ${theme.colors.border.weak}`,
boxShadow: `0 4px 8px ${theme.colors.background.primary}`,
userSelect: 'text',
}),