Skip to content

Commit

Permalink
Make text inherit size
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Oct 14, 2024
1 parent f14bcad commit 4845e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DonationTable/DonationTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4845e4e

Please sign in to comment.