This commit is contained in:
Puniko 2023-02-19 15:38:29 +01:00
parent 5dd2b9ff61
commit a6461e74d6

View file

@ -44,7 +44,7 @@ const theme = JSON.parse(localStorage.theme);
onMounted(() => { onMounted(() => {
player = WaveSurfer.create({ player = WaveSurfer.create({
container: display, container: display,
barGab: 1, barGap: 1,
barWidth: 2, barWidth: 2,
barRadius: 2, barRadius: 2,
backgroundColor: theme.panel, backgroundColor: theme.panel,