mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
change recorder bg color
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user