Dark mode support

Summary:
This change addresses some obvious issues which made the ui-debugger unusable with dark mode on.

There may more things that need changing, but at the very least this should be a good place to start.

Reviewed By: fabiomassimo

Differential Revision: D43083218

fbshipit-source-id: 8e4338b79178d3a0f05f9bcaffa2fc6f35eb0e21
This commit is contained in:
Lorenzo Blasa
2023-02-07 07:58:12 -08:00
committed by Facebook GitHub Bot
parent 9c9cd91832
commit 39a4cc22b1
2 changed files with 9 additions and 5 deletions

View File

@@ -348,7 +348,7 @@ const TreeItemRow = styled.li<{
? 'rgba(255,0,0,.3)'
: isSelected
? theme.selectionBackgroundColor
: theme.white,
: theme.backgroundDefault,
}));
function ExpandedIconOrSpace(props: {