File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 125125 >
126126 <button
127127 aria-label =" Select mode"
128- class =" flex h-8 w-8 items-center justify-center rounded-md border border-gray-200 bg-white text-lightNavbarIcons transition-colors duration-200 hover:bg-gray-100 dark:border-gray-600 dark:bg-gray-800 dark:text-darkNavbarIcons dark:hover:bg-gray-700"
128+ class =" flex h-9 w-9 items-center justify-center rounded-md border border-gray-200 bg-white text-lightNavbarIcons transition-colors duration-200 hover:bg-gray-100 dark:border-gray-600 dark:bg-gray-800 dark:text-darkNavbarIcons dark:hover:bg-gray-700"
129129 :class =" isModeMenuOpen ? 'bg-gray-100 dark:bg-gray-700' : ''"
130130 :disabled =" agentStore.isResponseInProgress"
131131 title =" Select mode"
152152 </div >
153153 </div >
154154 <Button
155- class =" absolute right-4 bottom-2 !p-0 h-[34px] w-[34px] "
155+ class =" absolute right-4 bottom-2 !p-0 h-9 w-9 "
156156 @click =" sendMessage"
157157 :disabled =" !agentStore.trimmedUserMessage || agentStore.isResponseInProgress"
158158 >
You can’t perform that action at this time.
0 commit comments