diff --git a/src/app/thinking/page.tsx b/src/app/thinking/page.tsx index a07b824d00..4baab59140 100644 --- a/src/app/thinking/page.tsx +++ b/src/app/thinking/page.tsx @@ -16,7 +16,7 @@ import { import { useIsLogged } from '~/atoms' import { TiltedSendIcon } from '~/components/icons/TiltedSendIcon' -import { MotionButtonBase } from '~/components/ui/button' +import { MotionButtonBase, StyledButton } from '~/components/ui/button' import { Divider } from '~/components/ui/divider' import { TextArea } from '~/components/ui/input' import { Loading } from '~/components/ui/loading' @@ -318,23 +318,26 @@ const DeleteButton = (props: { id: string }) => { return (