changed button tag to typography
This commit is contained in:
@@ -120,7 +120,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
Download as JSON
|
Download as JSON
|
||||||
</a>
|
</a>
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button
|
<Typography
|
||||||
onClick={downloadCSV}
|
onClick={downloadCSV}
|
||||||
sx={{
|
sx={{
|
||||||
textTransform: 'none',
|
textTransform: 'none',
|
||||||
@@ -129,12 +129,13 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
background: 'none',
|
background: 'none',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
background: 'none',
|
background: 'none',
|
||||||
textDecoration: 'underline',
|
|
||||||
},
|
},
|
||||||
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Download as CSV
|
Download as CSV
|
||||||
</Button>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
{tableData.length > 0 ? (
|
{tableData.length > 0 ? (
|
||||||
<TableContainer component={Paper} sx={{ maxHeight: 440, marginTop: 2 }}>
|
<TableContainer component={Paper} sx={{ maxHeight: 440, marginTop: 2 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user