[TreeView] Gmail sample's css isn't correct when selected #20125
Labels
bug 🐛
Something doesn't work
component: tree view
TreeView, TreeItem. This is the name of the generic UI component, not the React module!
Current Behavior 😯
It's not a bug but only a css problem. In Gmail Clone sample,
backgroundColor: transparent
was overridden by the default one which causes the background not pure.How about change it to
backgroundColor: 'transparent !important',
?The text was updated successfully, but these errors were encountered: