From 4845e4ea220da89f311def9e6f89a0d4674f4567 Mon Sep 17 00:00:00 2001 From: Caleb Alldrin Date: Mon, 14 Oct 2024 14:25:33 -0700 Subject: [PATCH] Make text inherit size --- src/components/DonationTable/DonationTable.tsx | 1 + 1 file changed, 1 insertion(+) 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 {