From 51f81e20b8074ea1b05e1e409c9f3c55a3d2b8d7 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 25 Sep 2023 20:34:18 +0200 Subject: [PATCH] change recorder bg color --- www/app/transcripts/recorder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/transcripts/recorder.tsx b/www/app/transcripts/recorder.tsx index 415afed1..dd4f9500 100644 --- a/www/app/transcripts/recorder.tsx +++ b/www/app/transcripts/recorder.tsx @@ -109,7 +109,7 @@ export default function Recorder(props: RecorderProps) { const wsWrapper = _wavesurfer.getWrapper(); wsWrapper.style.cursor = "pointer"; - wsWrapper.style.backgroundColor = "#e0c3fc42"; + wsWrapper.style.backgroundColor = "RGB(240 240 240)"; wsWrapper.style.borderRadius = "15px"; _wavesurfer.on("play", () => {