We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9287a98 commit b1c6c5aCopy full SHA for b1c6c5a
frontend-dev/src/components/AllIntegrations/Log.jsx
@@ -45,8 +45,11 @@ function Log({ allIntegURL }) {
45
Cell: val => (
46
<>
47
<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" />
+ <Button
+ type="button"
50
+ className="icn-btn tooltip"
51
+ onClick={() => setResponse(val.row.values.response_obj)}>
52
+ <EyeIcn width="40" height="40" strokeColor="#222" />
53
</Button>
54
</>
55
)
0 commit comments