Skip to content

Commit

Permalink
Style EUI tooltip arrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 25, 2021
1 parent 15907b4 commit efe3d59
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ export const WaterfallChartTooltip = euiStyled.div`
border-radius: ${(props) => props.theme.eui.euiBorderRadius};
color: ${(props) => props.theme.eui.euiColorLightestShade};
padding: ${(props) => props.theme.eui.paddingSizes.s};
.euiToolTip__arrow {
background-color: ${(props) => props.theme.eui.euiColorDarkestShade};
}
`;

export const NetworkRequestsTotalStyle = euiStyled(EuiText)`
Expand Down

0 comments on commit efe3d59

Please sign in to comment.