From 5c820cc95f0ba3e6e2eb0f7461860f1dc78f87b7 Mon Sep 17 00:00:00 2001 From: Jim Fung Date: Mon, 15 Feb 2021 13:34:34 +0100 Subject: [PATCH] [APM] Darker shade for Error group details labels (#91349) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../apm/public/components/app/ErrorGroupDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/apm/public/components/app/ErrorGroupDetails/index.tsx b/x-pack/plugins/apm/public/components/app/ErrorGroupDetails/index.tsx index 9a8c2dffacaf7..3edf21eae7279 100644 --- a/x-pack/plugins/apm/public/components/app/ErrorGroupDetails/index.tsx +++ b/x-pack/plugins/apm/public/components/app/ErrorGroupDetails/index.tsx @@ -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`