diff --git a/front/src/modules/activities/components/CommentThreadCreateButton.tsx b/front/src/modules/activities/components/CommentThreadCreateButton.tsx index 75e8d5788..fb6315936 100644 --- a/front/src/modules/activities/components/CommentThreadCreateButton.tsx +++ b/front/src/modules/activities/components/CommentThreadCreateButton.tsx @@ -1,6 +1,6 @@ import { useTheme } from '@emotion/react'; -import { Button } from '@/ui/button/components/Button'; +import { Button, ButtonVariant } from '@/ui/button/components/Button'; import { ButtonGroup } from '@/ui/button/components/ButtonGroup'; import { IconCheckbox, IconNotes, IconTimelineEvent } from '@/ui/icon/index'; @@ -17,7 +17,7 @@ export function CommentThreadCreateButton({ }: CommentThreadCreateButtonProps) { const theme = useTheme(); return ( - +