Skip to content

Commit

Permalink
Merge pull request #53 from nowscott/development
Browse files Browse the repository at this point in the history
style:修改夜间模式时输入框两侧按钮的背景颜色
  • Loading branch information
nowscott authored Jul 23, 2024
2 parents 92e75ae + ecc7f7c commit b664e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/InputPrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const InputPrompt = ({ onSend, onClear }) => {
return (
<div className="flex-0 w-full bg-slate-400 dark:bg-slate-900 p-2">
<div className="p-2 bg-white dark:bg-black rounded-lg flex items-center relative max-w-screen-md w-full mx-auto">
<div className="flex flex-grow items-center border-2 rounded border-slate-300 bg-stone-50 dark:bg-slate-900">
<div className="flex flex-grow items-center border-2 rounded border-slate-300 bg-stone-50 dark:bg-stone-900">
<button
className="p-1 text-rose-500"
onClick={handleClear}
Expand Down

0 comments on commit b664e68

Please sign in to comment.