aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2021-09-12 12:31:19 -0400
committermehekj <mehek.jethani@gmail.com>2021-09-12 12:31:19 -0400
commit23db5275a9477d5894e76a2ad6f1795fb0f99b71 (patch)
tree47c476f25e632a09bf0f8ad6af057ca0c4d21773 /src/client/views/nodes/AudioBox.tsx
parent7e0a60dc39ce2ad3fc8f90197f5ade7fe5e5b112 (diff)
changed record button
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
-rw-r--r--src/client/views/nodes/AudioBox.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx
index bcc8e042a..4b1ab9d30 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -643,12 +643,12 @@ export class AudioBox extends ViewBoxAnnotatableComponent<
</div>
</div>
) : (
- <button
+ <div
className={`audiobox-record${interactive}`}
style={{ backgroundColor: Colors.DARK_GRAY }}
>
RECORD
- </button>
+ </div>
)}
</div>
) : (