File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ onMounted(() => {
9292 class =' content-container fixed bottom-20 space-y-1 data-[error="true"]:animate-shake' >
9393 <div class =" flex items-stretch justify-between gap-3" >
9494 <input type =" text" v-model =" todoInput" @keypress.enter =" addNewTodo" placeholder =" Some task"
95- class =" h-12 w-full rounded-lg border-none bg-neutral-200/80 p-3 text-xl backdrop-blur-[80px] focus:bg-neutral-200/10 focus:ring-2 focus:ring-vue-light" />
95+ class =" h-12 w-full rounded-lg border-none bg-neutral-200/95 p-3 text-xl backdrop-blur-[80px] focus:bg-neutral-100/95 focus:ring-2 focus:ring-vue-light transition-colors " />
9696 <button @click =" addNewTodo"
9797 class =" flex aspect-square h-12 items-center justify-center rounded-lg bg-vue-dark/70 text-xl text-white backdrop-blur-[80px] transition-colors hover:bg-vue-dark" >
9898 <PhPlus weight =" bold" />
You can’t perform that action at this time.
0 commit comments