Skip to content

Commit

Permalink
feat(Assistant): Replace cross icon by stop icon to stop assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 9, 2024
1 parent aa70b03 commit 0831e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assistant/Conversations/ConversationSearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useI18n } from 'cozy-ui/transpiled/react/providers/I18n'
import SearchBar from 'cozy-ui/transpiled/react/SearchBar'
import Circle from 'cozy-ui/transpiled/react/Circle'
import ArrowUpIcon from 'cozy-ui/transpiled/react/Icons/ArrowUp'
import CrossMediumIcon from 'cozy-ui/transpiled/react/Icons/CrossMedium'
import StopIcon from 'cozy-ui/transpiled/react/Icons/Stop'
import ButtonBase from 'cozy-ui/transpiled/react/ButtonBase'
import useEventListener from 'cozy-ui/transpiled/react/hooks/useEventListener'

Expand Down Expand Up @@ -90,7 +90,7 @@ const ConversationSearchBar = ({
onClick={handleStop}
>
<Circle size="small">
<Icon icon={CrossMediumIcon} size={12} />
<Icon icon={StopIcon} size={12} />
</Circle>
</ButtonBase>
) : (
Expand Down

0 comments on commit 0831e59

Please sign in to comment.