From 4b284fe9e578a09d197819979e411ab5c247f7a9 Mon Sep 17 00:00:00 2001 From: Lorenzo Orsatti <49567430+lorsatti@users.noreply.github.com> Date: Wed, 1 Dec 2021 13:37:16 +0100 Subject: [PATCH] apply review comments Signed-off-by: Lorenzo Orsatti <49567430+lorsatti@users.noreply.github.com> --- .../components/OpenApiDefinitionWidget/OpenApiDefinition.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/api-docs/src/components/OpenApiDefinitionWidget/OpenApiDefinition.tsx b/plugins/api-docs/src/components/OpenApiDefinitionWidget/OpenApiDefinition.tsx index 0fca9cf73e..601352f21a 100644 --- a/plugins/api-docs/src/components/OpenApiDefinitionWidget/OpenApiDefinition.tsx +++ b/plugins/api-docs/src/components/OpenApiDefinitionWidget/OpenApiDefinition.tsx @@ -121,7 +121,7 @@ const useStyles = makeStyles(theme => ({ color: theme.palette.secondary.light, }, [`& .property-row td:first-child`]: { - color: theme.palette.warning.dark, + color: theme.palette.text.primary, }, [`& span.prop-type`]: { color: theme.palette.success.light,