rename yaml to match ploi
This commit is contained in:
@@ -38,7 +38,7 @@ const formatTimeProgress = time => {
|
||||
const initWaveSurfer = () => {
|
||||
wavesurfer.value = WaveSurfer.create({
|
||||
container: waveformContainer.value,
|
||||
waveColor: '#1F93FF',
|
||||
waveColor: '#01a0a5',
|
||||
progressColor: '#6E6F73',
|
||||
height: 100,
|
||||
barWidth: 2,
|
||||
|
||||
@@ -182,7 +182,7 @@ export default {
|
||||
<woot-label
|
||||
variant="dashed"
|
||||
v-bind="label"
|
||||
:bg-color="selectedLabels.includes(label.title) ? '#2781F6' : ''"
|
||||
:bg-color="selectedLabels.includes(label.title) ? '#01a0a5' : ''"
|
||||
/>
|
||||
</button>
|
||||
<NextButton
|
||||
|
||||
Reference in New Issue
Block a user