Skip to content

Commit 45ef773

Browse files
committed
black toolbar
1 parent 6fad4f6 commit 45ef773

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

react-scan-0.0.15.tgz

-15.5 KB
Binary file not shown.

src/core/native/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ const ReactScanToolbar = ({
149149
(ReactScanInternals.isPaused = !ReactScanInternals.isPaused)
150150
}
151151
style={{
152-
backgroundColor: !isPaused
153-
? 'rgba(88, 82, 185, 0.9)'
154-
: 'rgba(88, 82, 185, 0.5)',
152+
backgroundColor: 'rgba(0,0,0,1)',
155153
paddingHorizontal: 12,
156154
paddingVertical: 6,
157155
borderRadius: 4,

0 commit comments

Comments
 (0)