diff --git a/react-scan-0.0.15.tgz b/react-scan-0.0.15.tgz index f7f4c4a6..50448aec 100644 Binary files a/react-scan-0.0.15.tgz and b/react-scan-0.0.15.tgz differ diff --git a/src/core/native/index.tsx b/src/core/native/index.tsx index 571d1888..3acfe7ae 100644 --- a/src/core/native/index.tsx +++ b/src/core/native/index.tsx @@ -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,