From 497bce5cdd10909ac0164070ca137081833753c4 Mon Sep 17 00:00:00 2001 From: olehp Date: Thu, 7 Mar 2024 17:28:16 +0200 Subject: [PATCH] change font size --- src/components/Insights/common/InsightCard/styles.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Insights/common/InsightCard/styles.ts b/src/components/Insights/common/InsightCard/styles.ts index 7b5845e53..38e51262e 100644 --- a/src/components/Insights/common/InsightCard/styles.ts +++ b/src/components/Insights/common/InsightCard/styles.ts @@ -59,6 +59,8 @@ export const DismissDialog = styled.div` align-items: center; margin: -8px; background: ${({ theme }) => theme.colors.v3.surface.sidePanelHeader}; + + ${subscriptRegularTypography} `; export const DismissDialogActions = styled.div`