💄 (record) lighter primary next button
This commit is contained in:
@@ -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)">
|
||||||
|
|||||||
Reference in New Issue
Block a user