Skip to content

Commit

Permalink
[APM] Darker shade for Error group details labels (#91349)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Jim Fung and kibanamachine authored Feb 15, 2021
1 parent 5a5b8ad commit 5c820cc
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 5c820cc

Please sign in to comment.