From bcb82b6dbfcf593c46083ea97056f4cc1d5e2330 Mon Sep 17 00:00:00 2001 From: Michael Haley Date: Thu, 23 Jun 2022 15:00:35 -0400 Subject: [PATCH] Use palette value instead of grey Signed-off-by: Michael Haley --- .../src/components/HeaderIconLinkRow/IconLinkVertical.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-components/src/components/HeaderIconLinkRow/IconLinkVertical.tsx b/packages/core-components/src/components/HeaderIconLinkRow/IconLinkVertical.tsx index 2816603f7f..dda2782c45 100644 --- a/packages/core-components/src/components/HeaderIconLinkRow/IconLinkVertical.tsx +++ b/packages/core-components/src/components/HeaderIconLinkRow/IconLinkVertical.tsx @@ -47,7 +47,7 @@ const useIconStyles = makeStyles( textAlign: 'center', }, disabled: { - color: 'gray', + color: theme.palette.text.secondary, cursor: 'default', }, primary: {