From 903b8c5e05c1565ce79c6cfaccd7af7a2a615736 Mon Sep 17 00:00:00 2001 From: Matheus Wichman Date: Mon, 23 Mar 2020 19:07:35 -0300 Subject: [PATCH] [docs] Fix default theme inspector --- .../pages/customization/default-theme/DefaultTheme.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/customization/default-theme/DefaultTheme.js b/docs/src/pages/customization/default-theme/DefaultTheme.js index 69e11452bb7e34..388c793b0df89e 100644 --- a/docs/src/pages/customization/default-theme/DefaultTheme.js +++ b/docs/src/pages/customization/default-theme/DefaultTheme.js @@ -125,6 +125,9 @@ const useObjectEntryStyles = makeStyles({ backgroundColor: lighten('#333', 0.08), }, }, + treeItemLabel: { + backgroundColor: 'transparent !important', + }, }); function ObjectEntry(props) { @@ -155,7 +158,11 @@ function ObjectEntry(props) { return ( } >