aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/errorPage/SingleCertificateDetails.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/errorPage/SingleCertificateDetails.tsx')
-rw-r--r--packages/renderer/src/components/errorPage/SingleCertificateDetails.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/renderer/src/components/errorPage/SingleCertificateDetails.tsx b/packages/renderer/src/components/errorPage/SingleCertificateDetails.tsx
index 107d9f1..0cbcac4 100644
--- a/packages/renderer/src/components/errorPage/SingleCertificateDetails.tsx
+++ b/packages/renderer/src/components/errorPage/SingleCertificateDetails.tsx
@@ -40,10 +40,12 @@ const Header = styled('th')({
40 40
41const SectionHeader = styled(Header)(({ theme }) => ({ 41const SectionHeader = styled(Header)(({ theme }) => ({
42 padding: `${theme.spacing(2)} 0`, 42 padding: `${theme.spacing(2)} 0`,
43 fontWeight: theme.typography.fontWeightBold,
43})); 44}));
44 45
45const SubHeader = styled(Header)(({ theme }) => ({ 46const SubHeader = styled(Header)(({ theme }) => ({
46 color: theme.palette.text.secondary, 47 color: theme.palette.text.secondary,
48 fontWeight: theme.typography.fontWeightMedium,
47})); 49}));
48 50
49const Cell = styled('td')({ 51const Cell = styled('td')({