Skip to content

Commit 6ecf4f3

Browse files
authored
[Platform]: Fix font size in pharmacovigilance table (#696)
1 parent 9c3f4bd commit 6ecf4f3

File tree

1 file changed

+1
-1
lines changed
  • packages/sections/src/drug/AdverseEvents

1 file changed

+1
-1
lines changed

packages/sections/src/drug/AdverseEvents/Body.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const getColumns = (critVal, maxLlr, classes) => [
3030
renderCell: d =>
3131
d.meddraCode ? (
3232
<Link to={`https://identifiers.org/meddra:${d.meddraCode}`} external>
33-
<Typography variant="caption" noWrap display="block" title={_.upperFirst(d.name)}>
33+
<Typography variant="body2" noWrap display="block" title={_.upperFirst(d.name)}>
3434
{_.upperFirst(d.name)}
3535
</Typography>
3636
</Link>

0 commit comments

Comments
 (0)