diff --git a/src/components/DonationTable/DonationTable.tsx b/src/components/DonationTable/DonationTable.tsx index 752033814..c57c90711 100644 --- a/src/components/DonationTable/DonationTable.tsx +++ b/src/components/DonationTable/DonationTable.tsx @@ -97,6 +97,7 @@ export const LoadingIndicator = styled(CircularProgress)(({ theme }) => ({ const DashUnderlineTypography = styled(Typography)(() => ({ borderBottom: '1px dashed black', display: 'inline', + fontSize: 'inherit', })); export interface DonationRow {