File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments