Skip to content

Commit

Permalink
[7.x] [APM] Darker shade for Error group details labels (#91393)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jim Fung <amtmolecule@users.noreply.github.com>
  • Loading branch information
kibanamachine and Jim Fung authored Feb 17, 2021
1 parent 3b1cf18 commit b3612f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Titles = euiStyled.div`
const Label = euiStyled.div`
margin-bottom: ${px(units.quarter)};
font-size: ${fontSizes.small};
color: ${({ theme }) => theme.eui.euiColorMediumShade};
color: ${({ theme }) => theme.eui.euiColorDarkShade};
`;

const Message = euiStyled.div`
Expand Down

0 comments on commit b3612f1

Please sign in to comment.