Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Caojiahao-Coder committed Feb 25, 2024
2 parents 850bf3a + d2c54de commit 0164ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PromptEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defineExpose({

<template>
<div class="flex flex-col flex-1 overflow-hidden">
<input v-model.trim="title" type="text" class="m-2 font-bold text-4 b-0 outline-none bg-base" placeholder="Prompt Title">
<input v-model.trim="title" type="text" class="m-2 font-bold text-4 b-0 outline-none bg-base color-base" placeholder="Prompt Title">
<div class=" b-0 b-t-1 border-base b-solid p-2 flex flex-col gap-2 overflow-y-auto">
<PromptItem
v-for="(item, index) in promptItems" :key="index" :role="item.role" :content="item.content"
Expand Down

0 comments on commit 0164ea7

Please sign in to comment.