add bg-primary classes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<input type="text"
|
||||
v-model="toDo.data.attributes.data.name"
|
||||
@keypress.enter="updateToDo"
|
||||
class="flex-1 rounded-sm border border-orange-600 pl-1">
|
||||
class="flex-1 rounded-sm border border-primary-600 pl-1">
|
||||
<span @click="edit = !edit">
|
||||
<svg-vue icon="close" class="inline w-4 fill-current cursor-pointer mx-2" />
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user