💄 (record) lighter primary next button

This commit is contained in:
Julien Calixte
2023-04-16 01:57:08 +02:00
parent 2ba392170e
commit 3dea01a060

View File

@@ -94,7 +94,9 @@ whenever(logicAnd(notUsingInput, s), () => {
<button v-if="canStart" @click="startRecording" class="button is-primary"> <button v-if="canStart" @click="startRecording" class="button is-primary">
start start
</button> </button>
<button class="button" v-else @click="nextStep">next</button> <button class="button is-primary is-light" v-else @click="nextStep">
next
</button>
</template> </template>
<button class="button is-warning" @click="recordStore.reset(taskId)"> <button class="button is-warning" @click="recordStore.reset(taskId)">