@@ -48,6 +48,7 @@ const ShowCustomization: React.FC<React.PropsWithChildren<{ isTestEnvironment: b
4848 COMBOBOX_GROUPNAME : { fontFamily : "fontFamilyText" , cursor : "help" } ,
4949 COMBOBOX_GROUPNAME_TEXT : { fontWeight : "fontWeightLight" } ,
5050 COMBOBOX_LIST_ITEM : { backgroundColor : "colorBackgroundPrimaryStrong" } ,
51+ COMBOBOX_LIST_ITEM_CHILD : { backgroundColor : "colorBackgroundPrimary" } ,
5152 COMBOBOX_LIST_ITEM_TEXT : { color : "colorTextWeakest" , fontWeight : "fontWeightBold" } ,
5253 HELP_TEXT : { color : "colorTextWarningStrong" } ,
5354 COMBOBOX_PREFIX : { backgroundColor : "colorBackgroundRequired" , borderRadius : "borderRadius20" } ,
@@ -71,6 +72,7 @@ const ShowCustomization: React.FC<React.PropsWithChildren<{ isTestEnvironment: b
7172 FOO_GROUPNAME : { fontFamily : "fontFamilyText" , cursor : "help" } ,
7273 FOO_GROUPNAME_TEXT : { fontWeight : "fontWeightLight" } ,
7374 FOO_LIST_ITEM : { backgroundColor : "colorBackgroundPrimaryStrong" } ,
75+ FOO_LIST_ITEM_CHILD : { backgroundColor : "colorBackgroundPrimary" } ,
7476 FOO_LIST_ITEM_TEXT : { color : "colorTextWeakest" , fontWeight : "fontWeightBold" } ,
7577 HELP_TEXT : { color : "colorTextWarningStrong" } ,
7678 FOO_PREFIX : { backgroundColor : "colorBackgroundRequired" , borderRadius : "borderRadius20" } ,
0 commit comments