Skip to content

Commit b1c6c5a

Browse files
committed
refactor: timeline response button icon
1 parent 9287a98 commit b1c6c5a

File tree

1 file changed

+5
-2
lines changed
  • frontend-dev/src/components/AllIntegrations

1 file changed

+5
-2
lines changed

frontend-dev/src/components/AllIntegrations/Log.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ function Log({ allIntegURL }) {
4545
Cell: val => (
4646
<>
4747
<CopyText value={val.row.values.response_obj} setSnackbar={setSnackbar} className="cpyTxt" />
48-
<Button className="icn-btn" onClick={() => setResponse(val.row.values.response_obj)}>
49-
<EyeIcn size="14" className="icn-rotate-45" />
48+
<Button
49+
type="button"
50+
className="icn-btn tooltip"
51+
onClick={() => setResponse(val.row.values.response_obj)}>
52+
<EyeIcn width="40" height="40" strokeColor="#222" />
5053
</Button>
5154
</>
5255
)

0 commit comments

Comments
 (0)