Skip to content

Commit d2d4a92

Browse files
committed
fix: space app comment edit form
1 parent 0e2bc7e commit d2d4a92

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

apps/space/core/components/issues/peek-overview/comment/comment-detail-card.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,14 @@ export const CommentCard = observer(function CommentCard(props: Props) {
134134
disabled={isSubmitting}
135135
className="group rounded-sm border border-success-strong bg-success-primary p-2 shadow-md duration-300 hover:bg-success-primary"
136136
>
137-
<CheckIcon
138-
className="h-3 w-3 text-success-primary duration-300 group-hover:text-on-color"
139-
strokeWidth={2}
140-
/>
137+
<CheckIcon className="h-3 w-3 text-on-color" strokeWidth={2} />
141138
</button>
142139
<button
143140
type="button"
144141
className="group rounded-sm border border-danger-strong bg-danger-primary p-2 shadow-md duration-300 hover:bg-danger-primary-hover"
145142
onClick={() => setIsEditing(false)}
146143
>
147-
<CloseIcon
148-
className="h-3 w-3 text-danger-primary duration-300 group-hover:text-on-color"
149-
strokeWidth={2}
150-
/>
144+
<CloseIcon className="h-3 w-3 text-on-color" strokeWidth={2} />
151145
</button>
152146
</div>
153147
</form>

0 commit comments

Comments
 (0)