Skip to content

Commit

Permalink
Merge pull request #81 from facebookexperimental/fix-native-inspection
Browse files Browse the repository at this point in the history
fix- allow inspecting elements on page click
  • Loading branch information
vzaidman authored Jun 13, 2024
2 parents 06a25f7 + 38a557a commit f7e972c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
48 changes: 30 additions & 18 deletions front_end/third_party/react-devtools/package/frontend.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3352,7 +3352,7 @@ const THEME_STYLES = {
'--color-commit-gradient-text': '#000000',
'--color-component-name': '#6a51b2',
'--color-component-name-inverted': '#ffffff',
'--color-component-badge-background': 'rgba(0, 0, 0, 0.1)',
'--color-component-badge-background': '#e6e6e6',
'--color-component-badge-background-inverted': 'rgba(255, 255, 255, 0.25)',
'--color-component-badge-count': '#777d88',
'--color-component-badge-count-inverted': 'rgba(255, 255, 255, 0.7)',
Expand Down

0 comments on commit f7e972c

Please sign in to comment.