fix style of completion creation

This commit is contained in:
JzoNg 2024-03-19 08:02:56 +08:00
parent fda802e796
commit 3ee9f74cf8
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ const AppForm = ({
<div
className={cn(
'relative grow w-[110px] px-0.5 pt-3 pb-2 flex flex-col items-center justify-center gap-1 rounded-lg border border-gray-100 bg-gray-25 text-gray-700 cursor-pointer hover:bg-white hover:shadow-xs hover:border-gray-300',
appMode === 'agent-chat' && 'bg-white shadow-xs border-[1.5px] border-primary-400 hover:border-[1.5px] hover:border-primary-400',
appMode === 'completion' && 'bg-white shadow-xs border-[1.5px] border-primary-400 hover:border-[1.5px] hover:border-primary-400',
)}
onClick={() => {
setAppMode('completion')