Skip to content

Commit

Permalink
black toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPruzan committed Nov 27, 2024
1 parent 6fad4f6 commit 45ef773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified react-scan-0.0.15.tgz
Binary file not shown.
4 changes: 1 addition & 3 deletions src/core/native/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ const ReactScanToolbar = ({
(ReactScanInternals.isPaused = !ReactScanInternals.isPaused)
}
style={{
backgroundColor: !isPaused
? 'rgba(88, 82, 185, 0.9)'
: 'rgba(88, 82, 185, 0.5)',
backgroundColor: 'rgba(0,0,0,1)',
paddingHorizontal: 12,
paddingVertical: 6,
borderRadius: 4,
Expand Down

0 comments on commit 45ef773

Please sign in to comment.