Merge pull request #166 from getmaxun/button-ui-fix
fix: download as csv button style
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user