Merge pull request #166 from getmaxun/button-ui-fix

fix: download as csv button style
This commit is contained in:
Karishma Shukla
2024-11-13 19:45:02 +05:30
committed by GitHub

View File

@@ -122,19 +122,8 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
</Typography>
<Typography
onClick={downloadCSV}
sx={{
textTransform: 'none',
color: 'primary.main',
padding: 0,
background: 'none',
'&:hover': {
background: 'none',
},
cursor: 'pointer',
}}
>
Download as CSV
<a style={{ textDecoration: 'none', cursor: 'pointer' }}>Download as CSV</a>
</Typography>
</Box>
{tableData.length > 0 ? (